MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / Cell

Class Cell

3rd/MPMCQueue/include/MPMCQueue.hpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148
149 private:
150 struct Cell {
151 std::atomic<size_t> sequence;
152 T data;
153 };
154
155 template <typename U>
156 [[nodiscard]] auto enqueue_impl(U&& item) noexcept -> bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected