Hardened asyncio interface
- Moved cache into async thread to avoid lots of locking. - Setup delegation to storage. - Provide thread wrapper that runs the async protocol in a thread.
Showing
src/ZEO/asyncio/__init__.py
0 → 100644
src/ZEO/asyncio/client.py
0 → 100644
src/ZEO/asyncio/testing.py
0 → 100644
src/ZEO/asyncio/tests.py
0 → 100644
Please register or sign in to comment