threaded function calls module

BlitzMax Forums/BlitzMax Programming/threaded function calls module

Kev(Posted 2005) [#1]
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


TartanTangerine (was Indiepath)(Posted 2005) [#2]
nice, thanks


Chris C(Posted 2005) [#3]
:O arrgh threads run away...

Only joking, nice work Kev


Kev(Posted 2005) [#4]
cheers, its good to execute some functions in there own thread.

kev