Windows: Throwing Exceptions from Fibers in D2.059: Access Violation
Sean Kelly
sean at invisibleduck.org
Mon May 21 15:40:58 PDT 2012
On May 21, 2012, at 2:55 PM, Manu wrote:
> On 21 May 2012 21:15, Sean Kelly <sean at 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.
Coroutine is a tad higher-level, but they're functionally identical.
More information about the Digitalmars-d
mailing list