
22 May
2008
22 May
'08
6:03 p.m.
Edd Dawson wrote:
Hello,
A while ago, I implemented the Boost.Thread API in terms of Windows Fibers and <uncontext.h> functionality. The result is the ability to run code written with boost threads in a single OS thread.
How is that different from boost.coroutine?