go-telegram / bot

Telegram Bot API Go framework
MIT License
753 stars 68 forks source link

Ability to process updates across multiple goroutines #112

Closed rantanevich closed 2 months ago

rantanevich commented 2 months ago

We have the buffered Update channel but we only use one goroutine to process it. I believe it would be beneficial to be able to process it in multiple threads.