bool
run_task (SourceFunc
func)
bool
run_task (SourceFunc
func)
Run user-provided code
Implementations should use this method to execute user provided code in a managed thread.
func | the callback to execute |
value returned by the callback |