Andrey, implementation should be easy, since this process uses futures internally. Developer should only make them available externally (properly wrapping it, of course).
However, in most cases cache is created from client nodes which literally have nothing to do while cache is not yet created. Anyone sees necessity in async cache creation? --Yakov 2015-08-20 20:59 GMT+03:00 Andrey Kornev <andrewkor...@hotmail.com>: > Hello, > > I've been thinking lately how wonderful it would be if one could > create/destroy caches asynchronously! Since those are "resource management > operations" and they deserve to be asynchronous. > > At the moment, there is a way to "simulate" such behavior using > EVT_CACHE_STARTED/STOPPED events, but the implementation is rather awkward > and would be a lot easier if implemented internally. > > Sounds interesting? > > Thanks > Andrey >