aki017 / slack-ruby-gem

A Ruby wrapper for the Slack API
MIT License
242 stars 79 forks source link

Make it async #61

Open ioquatix opened 6 years ago

ioquatix commented 6 years ago

We wanted to use this gem in an asynchronous manner.

Here is the hack we made:

https://gist.github.com/ioquatix/c24f107e2cc7f48e571a37e8e93b0cda?ts=2

Are you interested in a PR?