Commit Graph

16 Commits

Author SHA1 Message Date
538b9cc91c major refactoring of the control session/parser classes; restructured constants 2022-02-13 19:39:21 +01:00
3fb451a00e docstrings and full test coverage for server module; small adjustments 2022-02-13 16:17:50 +01:00
be03097bf4 massive overhaul of the control server interface;
making use of `ArgumentParser` for client commands;
new `ControlSession` object instantiated upon connection
2022-02-12 22:51:52 +01:00
024e5db0d4 license & copyright notices; docstrings for each module; extended readme 2022-02-09 23:14:42 +01:00
bc9d2f243e renamed "closing" a pool to "locking" it 2022-02-08 23:09:33 +01:00
410e73e68b bugfix for TaskPool._map; usage example for TaskPool 2022-02-08 16:15:55 +01:00
727f0b7c8b added full test coverage and docstrings for TaskPool as well as minor improvements 2022-02-08 14:30:42 +01:00
63aab1a8f6 added full test coverage of TaskPool and further improved its _map() method 2022-02-08 13:29:57 +01:00
d48b20818f small improvement to the TaskPool._map args queue; added docstring to helper method 2022-02-08 12:23:16 +01:00
3c69740c8d factored out the queue setup of TaskPool._map 2022-02-08 12:09:21 +01:00
586023f722 fixed unittests; minor changes 2022-02-07 23:41:52 +01:00
16eda31648 reworked the _map method to make use of an arguments queue; added docstrings to the TaskPool methods 2022-02-07 23:17:39 +01:00
4ea815be65 refactored TaskPool._map; fixed TaskPool.apply; helper functions in separate module; new exception class 2022-02-07 17:31:43 +01:00
ac903d9be7 full test coverage for BaseTaskPool 2022-02-07 14:23:49 +01:00
2e57447f5c meta adjustments 2022-02-03 20:10:26 +01:00
3d5d9bd8be Initial commit 2022-02-03 20:06:30 +01:00