Skip to main content

sleeping

Task sleeping for i seconds, and returning nothing.

def sleeping(
i: int,
**_: dict
) - > null

Task sleeping for i seconds, and returning nothing.

Parameters

NameTypeDescription
iintThe number of seconds the task should pause execution for
**_dictAdditional keyword arguments that are ignored by the function

Returns

TypeDescription
nullNo value is returned upon completion