Shortcuts

Struct VoidLock

Struct Documentation

struct ripple::VoidLock

Default locking implementation which does no locking.

Public Functions

auto lock() noexcept -> void

Does nothing when called.

auto unlock() noexcept -> void

Does nothing when called.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples