lwip::mutex class

Contents

Mutual exclusion lock.

Public functions

auto lock() -> lock_guard

Function documentation

lock_guard lwip::mutex::lock()

Aquire the lock. The lock will be released when the lock_guard object is destructed.