kpears201
Results
1
issues of
kpears201
Update cached value asynchronously, outside the thread that returns the return value of the function
1
If I have a function like: ``` #[cached( key = "String", time = 3600, convert = r#"{ id }"#, result = true, )] async fn get_item(id: String) -> Result {...