|
c401b7a027
|
More work on fixing the compile for 4.0.
|
2022-02-08 11:51:46 +01:00 |
|
|
2192f2c54c
|
Work on fixing compile for 4.0.
|
2022-02-07 00:21:17 +01:00 |
|
|
06c56fcb37
|
Updated the copyright headers.
|
2022-01-12 22:23:30 +01:00 |
|
|
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 |
|
|
ff3224f7d0
|
Added reset_stages() to ThreadPoolJob.
|
2020-08-04 14:50:41 +02:00 |
|
|
bbfa838011
|
Comment.
|
2020-08-04 14:36:30 +02:00 |
|
|
db1d5d1d81
|
Remove limit execution time bool, as it's trivial to check for the same thing.
|
2020-08-04 10:45:32 +02:00 |
|
|
1473e2b5f1
|
Set start time in execute().
|
2020-08-04 10:21:24 +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 |
|
|
7046fa7b08
|
Invert the logic of the 2 control flow functions name.
|
2020-05-24 19:59:40 +02:00 |
|
|
61fffea0a4
|
Tasks can be cancelled now.
|
2020-05-24 19:52:27 +02:00 |
|
|
222e9fa6cd
|
Now the module actually works.
|
2020-05-24 19:04:02 +02:00 |
|
|
0047fb6c4c
|
Added ThreadPoolJob.
|
2020-05-24 11:51:05 +02:00 |
|