class documentation

class _ThreadFactory(Protocol):

View In Hierarchy

Undocumented

Method __call__ Undocumented
def __call__(self, *, target: Callable[..., object]) -> Thread: ΒΆ

Undocumented