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

Method enable

benchmarks/dlib/pipe/pipe_kernel_1.h:274–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 typename T
273 >
274 void pipe<T>::
275 enable (
276 )
277 {
278 auto_mutex M(m);
279 enabled = true;
280 }
281
282// ----------------------------------------------------------------------------------------
283

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected