
boost.fiber has been refactored - most of the code has moved to another lib. The new version allows directly to run and yield the fiber. class jumpable is an example how a fiber can be used.

On Tue, Dec 28, 2010 at 3:08 AM, Oliver Kowalke <k-oli@gmx.de> wrote:
boost.fiber has been refactored - most of the code has moved to another lib. The new version allows directly to run and yield the fiber. class jumpable is an example how a fiber can be used.
Cool! Oliver, do you have Boost.Fiber in Github or Gitorious where I (and maybe others) can watch your progress as you develop it in Git? Thanks and I'm looking forward to using it in a toy project I'm working on in the meantime. -- Dean Michael Berris about.me/deanberris

Am 28.12.2010 05:47, schrieb Dean Michael Berris:
On Tue, Dec 28, 2010 at 3:08 AM, Oliver Kowalke<k-oli@gmx.de> wrote:
boost.fiber has been refactored - most of the code has moved to another lib. The new version allows directly to run and yield the fiber. class jumpable is an example how a fiber can be used.
Cool!
Oliver, do you have Boost.Fiber in Github or Gitorious where I (and maybe others) can watch your progress as you develop it in Git?
http://gitorious.org/~k-oli/boost-dev/k-olis-boost
Thanks and I'm looking forward to using it in a toy project I'm working on in the meantime.
thx

On Tue, Dec 28, 2010 at 2:37 PM, Oliver Kowalke <k-oli@gmx.de> wrote:
Am 28.12.2010 05:47, schrieb Dean Michael Berris:
Oliver, do you have Boost.Fiber in Github or Gitorious where I (and maybe others) can watch your progress as you develop it in Git?
+1 for Awesomeness! :D -- Dean Michael Berris about.me/deanberris
participants (2)
-
Dean Michael Berris
-
Oliver Kowalke