Reference¶
The reference section provides documentation for each module in async-kernel.
Highlights¶
- Kernel - The kernel.
- Caller - Simplifies event loop management and call scheduling.
- Pending - Represents a pending result (like an asyncio.Future that can be awaited anywhere).
- command_line - The command line interface.