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

Method enable_enqueue

benchmarks/dlib/pipe/pipe_kernel_1.h:702–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700 typename T
701 >
702 void pipe<T>::
703 enable_enqueue (
704 )
705 {
706 auto_mutex M(m);
707 enqueue_enabled = true;
708 }
709
710// ----------------------------------------------------------------------------------------
711

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected