Module sync

Module sync 

Source
Expand description

A thread-safe cache which requires stored types implement Send.

Structsยง

SendCache
Holds arbitrary query results which are namespaced by arbitrary scope types. Usually used through SharedSendCache::cache_with and SharedSendCache::gc.
SharedSendCache
Provides shared, synchronized access to a SendCache and a function-memoization API in SharedSendCache::cache_with.