|
b2e8c81539
|
Update the copyright texts for 2021.
|
2021-04-19 10:14:06 +02:00 |
|
|
72049428df
|
Fix compile for 4.0.
|
2021-02-06 11:53:02 +01:00 |
|
|
a9d55cc1c4
|
Cleanup ThreadPoolExecuteJob's _execute.
|
2020-08-04 15:25:06 +02:00 |
|
|
acc7759682
|
4.0 compile fix.
|
2020-06-20 22:36:49 +02:00 |
|
|
3891a9b68d
|
Separated the job into ThreadPoolJob and ThreadPoolExecuteJob. This design makes everything more resilient to crashes, as it encourages writing encapsulated standalone job classes. The execute job can still be used to just run methods/functions in separate threads.
|
2020-05-30 16:20:53 +02:00 |
|