Releases: AGISwarm/asyncio-queue-manager
Releases · AGISwarm/asyncio-queue-manager
v0.4.0
Changes:
- Delegate all possible
TaskResponse
's toAsyncIOQueueManager
Full Changelog: v0.3.2...v0.4.0
v0.3.2
Changes:
- pass_task_id parameter added to
queued_task
andqueued_generator
functions for tasks' internal aborting
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
Changes:
- Request renamed into Task
- Proper abort handling with exceptions called from inside of a task
- Added possibility to create and abort task_ids before queuing a task
Full Changelog: v0.2.0...v0.3.0
v0.2.0
refactoring
v0.1.0: Merge pull request #3 from AGISwarm/typing_and_thread_safety
Typing and thread safety