public static weak Thread<
T
> create_full<T
> (ThreadFunc<T
> func, ulong stack_size, bool joinable, bool bound, ThreadPriority priority) throws ThreadError
T
> create_full<T
> (ThreadFunc<T
> func, ulong stack_size, bool joinable, bool bound, ThreadPriority priority) throws ThreadError
Warning: create_full is deprecated. Use "new Thread