Boost logo

Boost :

Subject: [boost] [tasklets] new lib
From: Oliver Kowalke (k-oli_at_[hidden])
Date: 2011-01-09 10:52:52


boost.tasklet is a split-up from old boost.fiber.
The lib allow to execute micro-tasks (tasklets) in a thread and assigns
each small task with a micro-thread/fiber - so tasklets are cooperativly
scheduled. The API contains classes and functions to manage and
synchronize tasklets (even if the tasklets are running on different
threads).
boost.tasklet is an example how boost.fiber could be used for
cooperative scheduling ansd will be used by the threadpool from boost.task.

Oliver


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk