FThread.this

class FThread
this
(
Args...
)
(
string name
,
WorkElement function(
Args
)
func
,
Args args
)
in { assert (func !is null); }

Parameters

name
Type: string

name of thread

func
Type: WorkElement function(
Args
)

work element creation function

args
Type: Args

args for function

Meta