[][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.

group
nestedmap

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

stack

Please see the struct level documentation.

timedcache

Threadsafe concurrent timed cache.