here is little source that i wrote just playing around with threads and fibers if any1 wanna have a look heres the source.
couldnt passed on a parameters to threadproc and fiberproc tho if any1 got any ideas about that and also couldnt use proc macro to create the functions 4 these 2 procs so that sucked had to just declare labels and use ret. any help would be good :) please have a look
couldnt passed on a parameters to threadproc and fiberproc tho if any1 got any ideas about that and also couldnt use proc macro to create the functions 4 these 2 procs so that sucked had to just declare labels and use ret. any help would be good :) please have a look
This is your source extended with a demonstration of passing param to the thread. Hope it helps.
Thnx privalov this is wat ive been looking for :)