class documentation

class Suspended:

Constructor: Suspended(value)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Method bind Undocumented
Instance Variable value Undocumented
Property exec Undocumented
Property func Undocumented
Property running Undocumented
Property suspended Undocumented
def __init__(self, value: T):

Undocumented

def __repr__(self) -> str:

Undocumented

def bind(self, func: Callable[[T], U]) -> Suspended[U]:

Undocumented

value: Final[T] =

Undocumented

@property
exec: Suspended[T] =

Undocumented

@property
func: T =

Undocumented

@property
running: bool =

Undocumented

@property
suspended: bool =

Undocumented