API Reference
Coroutine Factory
Creates a coroutine that returns a specified result. |
|
Creates a coroutine that waits for any of given awaitables to be completed. |
|
Creates a coroutine that waits for all of given awaitables to be completed. |
Shielding
A decorator for an async function to protect it from being cancelled. |
Context Manager
Creates an async context manager that cancels a given awaitable in |
Thread Handling
An event loop thread that provides thread-safe utility functions. |
|
Submit a coroutine in a new thread and waits for its completion in a given |
Event Loop
A decorator to dispatch an async function to another event loop. |
|
Execute the specified coroutine on the specified event loop. |
ROS2 Support (rclpy)
Wrap a |
|
Wrap a |
|
Wrap a |
|
Wrap an object in a |
|
Wrap an object in a |
|
A decorator to wrap an async function running on an asyncio event loop with a |