ThreadWrapperFunc

Specifies the type of function to be passed to gda.thread_wrapper.ThreadWrapper.execute.

alias ThreadWrapperFunc = void* delegate
(
void* arg
,)

Return Value

a pointer to some data which will be returned by gda.thread_wrapper.ThreadWrapper.fetchResult

Throws