Closed csos95 closed 4 years ago
on fire today! I'm not super familiar with how async-std and tokio interact. Is async-std's Mutex compatible with tokio's runtime (seems like it is if your example works)?
There are some issue with specific structs from async-std/tokio that are difficult to use in the others ecosystem, but luckily the Mutex is not one of them.
nice
Does this work with cached_key_result!
? I'm having some issues getting it to work.
this fixes #30