threaded function calls module

BlitzMax Forums/BlitzMax Programming/threaded function calls module

hi all

ive created a simple function threading module, simply pass the function's name
to be called using the thread.

note: variable's inside the threaded function need to be global. this works under win32 only.

download
http://myweb.tiscali.co.uk/blitzbasic/thread.mod.zip

kev

nice, thanks

:O arrgh threads run away...

Only joking, nice work Kev

cheers, its good to execute some functions in there own thread.

kev