MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / retry

Method retry

source/threads/async_lock.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void async_lock_awaiter::retry() noexcept {
30 m_resume_handle.resume();
31}
32
33/*
34 async_lock

Callers 2

lock_implMethod · 0.80
unlockMethod · 0.80

Calls 1

resumeMethod · 0.80

Tested by

no test coverage detected