Sebastian Messmer
|
9cea5d9090
|
Allow terminating LoopThreads from within
|
2015-11-12 13:07:20 -08:00 |
|
Sebastian Messmer
|
236ea8d243
|
Added new LoopThread implementation
|
2015-11-07 00:00:25 -08:00 |
|
Sebastian Messmer
|
a0d4548d4c
|
Fixed fork() issue with threads
|
2015-10-28 15:00:24 +01:00 |
|
Sebastian Meßmer
|
c51e2c115a
|
Added new random pool library and FixedSizeData:CreatePseudoRandom() uses it. This generates pseudorandom data in another thread and keeps a pool instead of calling the pseudorandom algorithm each time. Since that algorithm needs to be mutexed, that caused quite a lot of locking before
|
2015-10-16 02:46:17 +02:00 |
|