FThread.this

class FThread
this
(
Args...
)
(
string name
,
WorkElement function
(
Args
)
func
,
Args args
)

Parameters

name string

name of thread

func WorkElement function
(
Args
)

work element creation function

args Args

args for function

Meta