Does anyone have any information on these? Basically, threading, but doing manual time slicing:
Slice() should switch to the next micro thread, then after giving the other micro threads some time, come back to where it left off. Anyone ever seen this, or have any references?Code:void doSomeStuff() { int x =0; while(true) {++x; Slice(); } }
Z.




Reply With Quote