fork package:ki

Create a child thread to execute an action within a scope. Note: The child thread does not mask asynchronous exceptions, regardless of the parent thread's masking state. To create a child thread with a different initial masking state, use forkWith.
Like fork, but the child thread does not propagate exceptions that are both:
Variant of forkTry that takes an additional options argument.
Variant of fork that takes an additional options argument.
Variant of forkWith for threads that never return.
Variant of fork for threads that never return.