temporalio.workflow.CallableAsyncSingleParam
class documentation

class CallableAsyncSingleParam(Protocol[ProtocolParamType, ProtocolReturnType]): (source)

View In Hierarchy

Generic callable type.

def __call__(self, __arg: ProtocolParamType) -> Awaitable[ProtocolReturnType]: (source)

Generic callable type callback.