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

Method try_release

benchmarks/tbb/flow_graph.h:116–116  ·  view source on GitHub ↗

Releases the reserved item

Source from the content-addressed store, hash-verified

114
115 //! Releases the reserved item
116 virtual bool try_release( ) { return false; }
117
118 //! Consumes the reserved item
119 virtual bool try_consume( ) { return false; }

Callers 1

forward_taskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected