[][src]Module cluStaticData::once_runtime

Modules

generic

Structs

Once

A synchronization primitive which can be used to run a one-time global initialization. Unlike its std equivalent, this is generalized so that the closure returns a value and it is stored. Once therefore acts something like a future, too.