Crate evcxr_repl

source ·

Structs

  • A mutex which also initializes the locked value asynchronously, on a background thread. When lock() is called for the first time, we join the background thread, blocking until the value is available.

Type Aliases