Fiber and Thread Communication

Dicebot via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Apr 8 13:16:18 PDT 2016


On Friday, 8 April 2016 at 19:46:17 UTC, tcak wrote:
> On Friday, 8 April 2016 at 15:33:46 UTC, Dicebot wrote:
>> On Friday, 8 April 2016 at 14:08:39 UTC, Nordlöw wrote:
>>> So a TId can represent either a thread or a fiber?
>>
>> AFAIR, yes (I haven't used std.concurrency in a long while, 
>> telling all from memory only).
>
> yes what? Thread or Fiber.

Yes both :) Tid represent abstract execution context, with no 
implications about underlying executor.


More information about the Digitalmars-d-learn mailing list