v2.42.0
SyncandAsynccan now be invoked from a non-blocking fiber that has no scheduler (e.g. inside anEnumeratoror a bareFiber.new). Previously this raisedRuntimeError: Running scheduler on non-blocking fiber!. The reactor is now run withinFiber.blocking, so the scheduler always runs on a blocking fiber.