Crate evcxr_repl

Source

Structs§

BgInitMutex
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.
EvcxrRustylineHelper

Type Aliases§

BgInitMutexGuard