Skip to content

v1.0.10

Compare
Choose a tag to compare
@gmpassos gmpassos released this 24 Nov 04:09
· 40 commits to master since this release
49914e5
Merge v1.0.10 - async-call-cache

 - `SharedMapCached`:
   - Introduces async call caching for `get`, `keys`, `values`, `entries` and `length` operations,
     to avoid simultaneous asynchronous calls (fetching) for the same operation. 

 - `SharedStoreIsolateServer`:
   - Fix  call to `getSharedMap<K,V>()` with correct `K` and `V` casting when requested by `SharedStoreIsolateClient`.

 - Improve `SharedMap.toString` implementations.