Module thread_create

Module thread_create 

Source

Structs§

ThreadCreate
ThreadCreate : Payload for creating a thread.

Enums§

IfExists
How to handle duplicate creation. Must be either ‘raise’ (raise error if duplicate), or ‘do_nothing’ (return existing thread).