runtime/Worker.py
15 months ago Edouard Tisserant Runtime: fix non-interleaved worker loop
15 months ago Edouard Tisserant Fix untested code in worker.py...
15 months ago Edouard Tisserant Runtime/MainWorker: fix blocking race condition
2022-10-28 GP Orcullo remove six.reraise python3
2022-10-28 GP Orcullo automated conversion using 2to3-3.9 tool python3
2022-10-21 Edouard Tisserant Runtime: fix PLC not terminating when being Repaired (i.e purged). wxPython4
2022-08-16 Edouard Tisserant runtime: fix bugs introduced in previous commit, and refactor some code wxPython4
2022-08-16 Edouard Tisserant Runtime: wx.app.mainLoop and twisted reactor now share main thread with runtime.Worker. wxPython4
2019-05-30 Edouard Tisserant Fixed typo leading to some exception in some rare corner cases in worker.py
2019-04-18 Edouard Tisserant Runtime worker : unblock the last waiting job and prevent any new job to wait when Main Worker is being shut down. fix_PLC_runtime_shutdown
2019-03-13 Andrey Skvortsov Fix various pylint and pep8 errors
2019-03-13 Andrey Skvortsov Fix invalid python3 syntax
2019-03-11 Edouard Tisserant check_sources.sh makes me become even less productive
2019-02-01 Edouard Tisserant Fixed deadlock in runtime's Worker. Was discovered while using WAMP and PYRO simultaneously.
2018-12-05 Edouard Tisserant Enure that autostart blocks other @RunInMain PLCObject methods, and _unblocks_ them once autostart is done...
2018-12-04 Edouard Tisserant Chunk based transfer for PLC binary and extra files, and some collateral code refactoring.
2018-11-22 Edouard Tisserant Merge, with surprizingly little conflicts
2018-10-02 Edouard Tisserant Please pylint and pep8
2018-10-02 Edouard Tisserant Show more exceptions on stdout, particularly those that are raised by AutoLoad (first item in Main Thread worker)
2018-09-05 Edouard Tisserant Removed useless condition in Worker.py that was allowing misfit non-serialized call when worker still not running its loop.
2018-08-21 Edouard Tisserant Refactoring. Separated PLC Object, PYRO Server and MainWorker :