run_task
Description:
Run user-provided code
Implementations should use this method to execute user provided code in a managed thread.
Parameters:
| func |
the callback to execute |
Returns:
|
value returned by the callback |
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 |