atipugin / telegram-bot-ruby

Ruby wrapper for Telegram's Bot API
https://core.telegram.org/bots/api
Do What The F*ck You Want To Public License
1.35k stars 217 forks source link

Add fiber-based concurrency for event handler #271

Closed VINichkov closed 1 year ago

VINichkov commented 1 year ago

Hello! I've added async support. Now don't need to create threads in the listener so that heavy operations do not block the execution of all code.

github-actions[bot] commented 1 year ago

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.