Future

class Future(empty: bool = False, signature: Optional[inspect.Signature] = None, *args: Any, **kwargs: Any)[source]
get_timeout() Optional[float][source]

Returns async timeout.

set_timeout(timeout: float) None[source]

Sets a new timeout for the method call.

async static wait_all(futures: List[Optional[Union[pyobs.utils.parallel.Future, collections.abc.Coroutine[Any, Any, Any], _asyncio.Task]]]) List[Any][source]