[Implemented] better multi threading support

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
mp303

[Implemented] better multi threading support

Post by mp303 »

So we have the Thread library - lovely ... but no support for any kind of thread interactivity? ... a simple mutex library, for example, would suffice ... I mean, multithreading is basically useless without some sort of fascility for data exchange between threads, so unless you get into OS-specific stuff, there really isn't much (if anything) you can do with it. Or is there?
Pupil
Enthusiast
Enthusiast
Posts: 715
Joined: Fri Apr 25, 2003 3:56 pm

Post by Pupil »

I think tinman has written a third party lib that handles thread communication. Check out the purebasic resource site @ www.reelmediaproductions.com in the asm lib section..
User avatar
tinman
PureBasic Expert
PureBasic Expert
Posts: 1102
Joined: Sat Apr 26, 2003 4:56 pm
Location: Level 5 of Robot Hell
Contact:

Post by tinman »

Pupil wrote:I think tinman has written a third party lib that handles thread communication. Check out the purebasic resource site @ www.reelmediaproductions.com in the asm lib section..
I've started it. Currently only semaphores are working.
If you paint your butt blue and glue the hole shut you just themed your ass but lost the functionality.
(WinXPhSP3 PB5.20b14)
Post Reply