Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless executable bit that Windows adds. | onefang | 2020-09-09 | 1 | -0/+0 |
| | |||||
* | remove some useless NULL arguments | UbitUmarov | 2019-10-22 | 1 | -6/+6 |
| | |||||
* | Massive console refactor. Greatly simplify interface. | Melanie | 2019-08-20 | 1 | -9/+9 |
| | |||||
* | now break several things at same time... sog/sop updates, threads options,... | UbitUmarov | 2018-12-28 | 1 | -52/+16 |
| | |||||
* | main generic use JobEngine also does not need a permanent thread.. actually ↵ | UbitUmarov | 2017-06-14 | 1 | -1/+1 |
| | | | | doesn't even seem to be in use | ||||
* | add option for Fireandforget not timeout (our access to main smartThreadPool) | UbitUmarov | 2017-06-13 | 1 | -5/+3 |
| | |||||
* | move assetsconnector threads to whatchdog; Abort all alive threads known to ↵ | UbitUmarov | 2017-05-25 | 1 | -0/+1 |
| | | | | watchdog before exit | ||||
* | stop a few more threads on exit | UbitUmarov | 2017-05-23 | 1 | -1/+5 |
| | |||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -16/+16 |
| | |||||
* | Fix crash due to setting Thread.name after thread start. | Roger Kirkman | 2016-05-12 | 1 | -2/+3 |
| | | | | Signed-off-by: Diva Canto <diva@metaverseink.com> | ||||
* | Prevent a crash if "debug jobengine log" is entered without a log level | Oren Hurvitz | 2015-08-11 | 1 | -0/+6 |
| | |||||
* | Make the performance controlling job processing threads introduced in ↵ | Justin Clark-Casey (justincc) | 2015-01-12 | 1 | -2/+74 |
| | | | | conference code use a generic JobEngine class rather than 4 slightly different copy/pasted versions. | ||||
* | refactor: Move methods to start a monitored thread, start work in its own ↵ | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -0/+212 |
thread and run work in the jobengine from Watchdog to a WorkManager class. This is to achieve a clean separation of concerns - the watchdog is an inappropriate place for work management. Also adds a WorkManager.RunInThreadPool() class which feeds through to Util.FireAndForget. Also switches around the name and obj arguments to the new RunInThread() and RunJob() methods so that the callback obj comes after the callback as seen in the SDK and elsewhere |