Massimo Albarello
Massimo Albarello
> DashMap isn't very suitable to use in an async runtime like Tokio It would be nice to write this in the readme at least people are aware of it,...
Thanks @DariuszOstolski, do you mean that as long as you don't hold refs across await points it is guaranteed that there are no deadlocks? I'd like to understand more about...
Is there an example somewhere re this?
I'm looking for a framework that also implements something similar to celery's workflow primitives like chains, groups and chords. Couldn't find anything similar to celery in rust but rusty-celery seems...