Forks this effect into a fiber using the default runtime
Fiber<A, E> fork([Context<R>? context]) => Runtime.defaultRuntime.fork(this, context);