glob2-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [glob2-devel] Embedded scripting language (again)


From: Martin Voelkle
Subject: Re: [glob2-devel] Embedded scripting language (again)
Date: Sun, 26 Feb 2006 10:14:02 +0100

> I'm not exactly sure what "coroutines" are? Could you give some
> background information? It sounds like a different way of representing
> parralellism, but i'm unsure.

It's a way to implement cooperative multitasking: you can have
multiple threads, but only one executing at any time. The thread can't
be preempted, so it has to give up the processor voluntarilly.

Martin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]