You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will leave the async asMap() view out for now as I'm not sure how to implement it correctly if I want the following signature def asMap(): scala.collection.concurrent.Map[K, scala.concurrent.Future[V]]. I have opened #44 to track that.
The latest release adds
AsyncCache
, split off fromAsyncLoadingCache
, to provide a manual version. This also includes an asyncasMap()
view.The text was updated successfully, but these errors were encountered: