|
b1030eaf92
|
Removed the copyright header from config.py, as utf-8 characters apparently can cause issues.
|
2020-08-08 20:03: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 |
|
|
0047fb6c4c
|
Added ThreadPoolJob.
|
2020-05-24 11:51:05 +02:00 |
|
|
f772f49c87
|
Initial commit.
|
2020-05-24 10:42:29 +02:00 |
|