Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ enqueue
Method
enqueue
src/api/cpp/event.cpp:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
void event::mark() { AF_THROW(af_mark_event(e_)); }
38
39
void event::enqueue() { AF_THROW(af_enqueue_wait_event(e_)); }
40
41
void event::block() const { AF_THROW(af_block_event(e_)); }
42
Callers
nothing calls this directly
Calls
1
af_enqueue_wait_event
Function · 0.50
Tested by
no test coverage detected