<div>A big difference between threads and fibers in Windows is that threads are preemtively scheduled, while fibers are co-operatively scheduled.</div>
<div> </div>
<div>Unfortunately, Windows' fiber implementation has severe limitations.</div>
<div> </div>
<div>To get around this I created a library that does real light-weight "fibers".</div>
<div> </div>
<div>See here for some documentation I wrote on the subject:</div>
<div> </div>
<div><a href="http://www.eternallines.com/microthreads/doc.html">http://www.eternallines.com/microthreads/doc.html</a></div>
<div> </div>