MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / delay_time

Method delay_time

benchmarks/dlib/timer/timer.h:328–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 typename T
327 >
328 unsigned long timer<T>::
329 delay_time (
330 ) const
331 {
332 auto_mutex M(gc->m);
333 return delay;
334 }
335
336// ----------------------------------------------------------------------------------------
337

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected