MCPcopy Create free account
hub / github.com/a2flo/floor / device_queue

Method device_queue

include/floor/device/device_queue.hpp:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 };
96
97 explicit device_queue(const device& dev_, const QUEUE_TYPE queue_type_) : dev(dev_), queue_type(queue_type_) {}
98 virtual ~device_queue() = default;
99
100 //! blocks until all currently scheduled work in this queue has been executed

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected