Task.entryPoint

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.

class Task
final
bool
entryPoint
()

Return Value

Type: bool

'true' if the task terminated with unhandled exception, 'false' otherwise

Meta