ProjectMoon / matrix-dicebot

This repository is mirrored from: https://git.agnos.is/projectmoon/matrix-dicebot
https://git.agnos.is/projectmoon/matrix-dicebot
Other
4 stars 1 forks source link

Asyncify commands and database access #17

Closed ProjectMoon closed 4 years ago

ProjectMoon commented 4 years ago

Not necessarily because it makes things magically more fast, but because it allows tokio to have more await points and theoretically process more things concurrently.