is-async
Makes Ruby objects async-aware, ensuring that concurrent behavior is always called in a proper async
context regardless of the calling context. Introduces the following methods: async, await,
sleep, and timeout. Built on top of async.
Install
gem install is-async