Bart van Strien
|
fe373075a4
Thread now has access to mutex and cond as well, fixes bug where errors wouldn't get picked up
|
15 years ago |
rude
|
5fca0e9b33
Changed getThreads so that the caller must allocate the memory.
|
15 years ago |
rude
|
368765820e
Changed unnecessary pass-by-value to pass-by-reference.
|
15 years ago |
rude
|
b4ad36cc51
Objects extending love::Object need to have virtual destructors. They are garbage collected as love::Object.
|
15 years ago |
rude
|
4ba513b679
Bye-bye ThreadModuleRegistrar. An abstract ThreadModule will do that job.
|
15 years ago |
[email protected]
|
8457d461f8
Added a 'main' thread (love.thread)
|
15 years ago |
[email protected]
|
736f7ab1a2
love.thread can now share full userdata
|
15 years ago |
[email protected]
|
cc4d737924
Added demand (love.thread)
|
15 years ago |
[email protected]
|
269b70f30c
Made receive destructive, added peek (love.thread)
|
15 years ago |
[email protected]
|
2dcd11551c
Working communication in love.thread
|
15 years ago |
[email protected]
|
555d542c09
Added ThreadVariant, and uses ThreadData for inter-thread communication, AND removed .o's
|
15 years ago |
[email protected]
|
355a94755d
Added first version of thread and enabled newFileData
|
15 years ago |