Commit Graph

15 Commits

Author SHA1 Message Date
Daniil Fajnberg db306a1a1f
Fixed Python 3.8 compatibility bugs; classmethod+property workaround; control session buffer 2022-04-08 11:53:53 +02:00
Daniil Fajnberg 0796038dcd
Update Readme 2022-04-03 16:52:51 +02:00
Daniil Fajnberg f4e33baf82
Add workflows & badges 2022-04-03 16:33:28 +02:00
Daniil Fajnberg 80fc91ec47
made `start` "non-async" using meta task 2022-03-30 21:51:19 +02:00
Daniil Fajnberg 5b3ac52bf6
`start` method now returns group name 2022-03-30 15:31:38 +02:00
Daniil Fajnberg 1beb9fc9b0
`gather_and_close` now automatically locks the pool 2022-03-29 19:43:21 +02:00
Daniil Fajnberg a92e646411 improved and extended usage/readme docs; small fixes 2022-03-14 18:09:30 +01:00
Daniil Fajnberg c63f079da4 huge update:
introduced meta tasks which are used by `_map()`;
introduced task groups;
ending with `gather_and_close()` now;
pool unittests rewritten accordingly;
two new helper classes
2022-02-24 19:16:24 +01:00
Daniil Fajnberg 3f3eb7ce38 minor rephrasing 2022-02-13 21:12:35 +01:00
Daniil Fajnberg 024e5db0d4 license & copyright notices; docstrings for each module; extended readme 2022-02-09 23:14:42 +01:00
Daniil Fajnberg 012c8ac639 testing notes in readme 2022-02-08 16:43:44 +01:00
Daniil Fajnberg f45fef6497 usage example; pool close instead of gather 2022-02-04 19:23:09 +01:00
Daniil Fajnberg c9e0e2f255 first working draft 2022-02-04 11:07:02 +01:00
Daniil Fajnberg 2e57447f5c meta adjustments 2022-02-03 20:10:26 +01:00
Daniil Fajnberg 3d5d9bd8be Initial commit 2022-02-03 20:06:30 +01:00