ErythroGuild / polybius

A Discord bot which searches for (and displays) queries in any message.
MIT License
0 stars 0 forks source link

Assign messages to a work queue and iterate through them #109

Open Ernest314 opened 3 years ago

Ernest314 commented 3 years ago

See #17.

This would correctly throttle the amount of events the bot is handling at once, while also limiting the amounts of threads spawned with a naive Task.Run.