Threadpools, difference between DMD and LDC
Philippe Sigaud via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Mon Aug 4 14:19:05 PDT 2014
On Mon, Aug 4, 2014 at 6:21 PM, Dicebot via Digitalmars-d-learn
<digitalmars-d-learn at puremagic.com> wrote:
> vibe.d additions may help here:
>
> http://vibed.org/api/vibe.core.core/runTask
> http://vibed.org/api/vibe.core.core/runWorkerTask
> http://vibed.org/api/vibe.core.core/workerThreadCount
>
> "task" abstraction allows exactly that - spawning new execution context and
> have it scheduled automatically via underlying fiber/thread pool. However, I
> am not aware of any good tutorials about using those so jump in at your own
> risk.
Has anyone used (the fiber/taks of) vibe.d for something other than
powering websites?
More information about the Digitalmars-d-learn
mailing list