Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

Module sync

Module sync 

Source
Expand description

Thread-safe, blocking version of OnceCell.

Structsยง

Lazy
A value which is initialized on the first access.
OnceCell
A thread-safe cell which can be written to only once.