On 21 May 2012 21:15, Sean Kelly <sean@invisibleduck.org> wrote:
On May 21, 2012, at 11:05 AM, Jacob Carlborg wrote:

> On 2012-04-20 20:08, Sean Kelly wrote:
>
>> http://petermodzelewski.blogspot.com/2008/10/tango-conference-2008-fibers-talk-video.html
>>
>> I've been digging around and just found Mikola's coroutine implementation on my hard drive.  It would have to be updated, but I do have the code.  Maybe this should be added to Druntime.
>
> I thought that this is what's used in druntime and Tango already?

Druntime Fiber is equivalent to Mikola's StackThreads, but there's no Coroutine class in Druntime.

What's the distinction between a fiber and a coroutine? I thought they were basically synonymous.