Internal wrapper around this.run() which is used as primary fiber
entry point and ensures any uncaught exception propagates to the
context that has started this task.
classTask
final
bool
entryPoint
()
Return Value
Type: bool
'true' if the task terminated with unhandled exception, 'false'
otherwise
Internal wrapper around this.run() which is used as primary fiber entry point and ensures any uncaught exception propagates to the context that has started this task.