[][src]Crate ccl

ccl is a library implementing concurrent datastructures for a wide variety of use cases.

Please read the module documentation for a given module before using it

Modules

dhashmap

Please see the struct level documentation.

nestedmap

NestedMap is an experimental lockfree map that is not ready for produuction use yet. No guarantees are made at the moment. Use at your own risk.

timedcache

Threadsafe concurrent timed cache.