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

Method is_enqueue_enabled

benchmarks/dlib/pipe/pipe_kernel_1.h:674–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672 typename T
673 >
674 bool pipe<T>::
675 is_enqueue_enabled (
676 ) const
677 {
678 auto_mutex M(m);
679 return enqueue_enabled;
680 }
681
682// ----------------------------------------------------------------------------------------
683

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected