[fpc-devel] Light weight threads for FPC
Michael Schnell
mschnell at lumino.de
Fri Dec 14 12:36:40 CET 2007
>
> Windows has built-in support for user-space scheduled threads. They're
> called fibers (multiple fibers are bound to one thread; the OS
> schedules threads and you pick which fiber runs).
Ahh. I did not know this.
So adding a UseFibers" property for the windows implementation of
TThread might be a good way to provide a lighter version of same.
-Michael
More information about the fpc-devel
mailing list