module documentation

Implementation of an IWorker based on native threads and queues.

Class SimpleLock Undocumented
Class SimpleQueue Undocumented
Class Stop Undocumented
Type Variable T Undocumented
Type Variable U Undocumented
Variable smartiter Undocumented

Undocumented

Value
TypeVar('T')

Undocumented

Value
TypeVar('U')
smartiter: Callable[[Callable[[], (T|U)], U], Iterator[T]] = (source)

Undocumented