Skip to content

v2.42.0

Choose a tag to compare

@ioquatix ioquatix released this 02 Jul 04:49
677a3a1
  • Sync and Async can now be invoked from a non-blocking fiber that has no scheduler (e.g. inside an Enumerator or a bare Fiber.new). Previously this raised RuntimeError: Running scheduler on non-blocking fiber!. The reactor is now run within Fiber.blocking, so the scheduler always runs on a blocking fiber.