Asyncio utilities.
Bases: object
object
An asynchronous value holder.
Waits until a value is set using set() and then returns that value.
set()
The value set using set().
any
Sets the value to be gotten with get().
get()
value – The value to set.