PyThread_start_new_thread

_

  1. C_ulong PyThread_start_new_thread(void function(void*) , void* )
  2. C_long PyThread_start_new_thread(void function(void*) , void* )
    version(!Python_3_7_Or_Later)
    extern (C)
    PyThread_start_new_thread
    (
    void function
    (
    void*
    )
    ,
    void*
    )

Meta