[][src]Module ccl::group

Structs

Group

A unordered container for a group of elements. This container should be used when you want to group a lot of elements from a multithreaded context so that they then can be used in a singlethreaded context. This structure makes no guarantees about how elements are stored and in which order.

GroupIter

An iterator over a group.

Functions

aquire_guard

Aquire a guard. These are needed when accessing a group. Since aquiring a guard has a significant cost, you may wish to aquire a guard once and pass it around when doing bulk operations. For most use cases you will not need this.