Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Docs Required, Release Notes Required
Description
Currently, asyncio is default event-loop and coroutine engine for python 3.6+. This approach can drastically improve performance of IO-bound tasks. So it is important to implement asyncio version of python ignite client. Old synchronous version should remain and share common code with asyncio version.
Attachments
Issue Links
- causes
-
IGNITE-14418 Document asyncio version of python ignite thin client
- Resolved
- is blocked by
-
IGNITE-13967 Refactor and improve performance of python thin client marshaller
- Resolved
- links to