Hacker News new | ask | show | jobs
by chitinbottler0a 924 days ago
> Should the calling code wrap the database calls with `Fiber.await { Fiber.schedule { ... } }`?

Nope. Scheduling works seamlessly, thanks to Ruby core.