MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / block

Method block

src/api/cpp/event.cpp:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39void event::enqueue() { AF_THROW(af_enqueue_wait_event(e_)); }
40
41void event::block() const { AF_THROW(af_block_event(e_)); }
42
43} // namespace af

Callers

nothing calls this directly

Calls 1

af_block_eventFunction · 0.50

Tested by

no test coverage detected