Al Liu
Al Liu
Hi, is this crate ready for release?
Hi Dessix, thank you suggestion. Currently, stretto does not provide a function `get_or_insert` like `Hashmap` or etc. I will add something like this in next release. Besides, would you mind...
Hi, there is a method `wait` which can help you wait for all of the items in the write buffer to be written in the cache (If you have not...
Hi, the freeze situation happens on async-std runtime. I will add some test cases for async-std and try to fix it. There is an `ignore_internal_cost` configuration, when you build cache...
Hi, could you provide some example code for me to reproduce?
@sebasmagri which one are you using, `Cache` or `AsyncCache`?
Yes, it could be AsyncProcessor stops. It's weird, because the only way to stop AsyncProcessor is to call close method or the reference counter of AsyncCache goes to 0. May...
Yes, it should be. However, it may also possible the PolicyProcessor be kept. Because in AsyncCache, the inner fields are wrapped by different Arc. It may be a bug.
Thanks! The plan is to add the tracing stuff for the crate, especially the Processors. So that we can know when the Processor stops. Would you like to do this?...
Sorry, there is no update. I am busy with my uni study and my full-time work these days.