Lightweight monitor library for asyncio event loop. Current version 1.0.1, maintenance mode with infrequent updates.
pip install loopmonVerified import paths — ran on the pinned version, not inferred.
Basic usage of EventLoopMonitor to monitor an asyncio event loop.
Use `async with monitor:` block.
Call get_stats() inside the `async with` block.
Use `from loopmon import EventLoopMonitor`.
Ensure get_stats() is called inside the `async with monitor:` block.
No dependency data recorded yet.