villekalliomaki / liftlog

Workout logging app
GNU General Public License v3.0
1 stars 0 forks source link

Password hashing and validation to a tokio threadpool #1

Open villekalliomaki opened 11 months ago

villekalliomaki commented 11 months ago

Blocks execution now, should be calculated in another thread.

villekalliomaki commented 11 months ago

With this: https://docs.rs/tokio/latest/tokio/task/fn.spawn_blocking.html