class documentation
class AsyncioAsyncDriver: (source)
Driver for Future-flavored awaitables.
| See Also | |
fritter.repeat.Async | |
TimeDriver |
| Method | complete |
The asynchronous operation completed successfully. |
| Method | new |
Create a new Future with the given callback to execute when cancelled. |
| Method | run |
Run the given task on the event loop with asyncio.create_task. |
| Class Variable | _loop |
Undocumented |