Metadata-Version: 2.1
Name: createActiveTask2List
Version: 1.1.1
Summary: Create asyncio.Task instance to a list, until it is done.
Home-page: https://github.com/monk-after-90s/createActiveTask2List.git
Author: Antas
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# createActiveTask2List

Create asyncio.Task instance to the target list, in which tasks are reserved until they are done.

