Open Ernest314 opened 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.
Task.Run
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
.