Hacker News new | past | comments | ask | show | jobs | submit login

> Which means that you can just write a whole normal Ruby program, that just uses Task::Async.current.async(...) > All without having to pass the current task down the call stack everywhere.

Yes, you can also use `Async { work }` instead of `Async::Task.current.async { work }`.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: