hup.base.thread module

Multithreading functions.

create(func: Callable[[...], Any], *args, **kwds) → object

Create and start thread for given callable and arguments.