create_full


Description:

[ Deprecated ( since = "2.32" , replacement = "new Thread<T> ()" ) ]
public static weak Thread<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 ()".