[][src]Module tarantool_module::latch

Modules

ffi

Structs

Latch

A lock for cooperative multitasking environment

LatchGuard

An RAII implementation of a "scoped lock" of a latch. When this structure is dropped (falls out of scope), the lock will be unlocked.