Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
void event::enqueue() { AF_THROW(af_enqueue_wait_event(e_)); }
40
41
void event::block() const { AF_THROW(af_block_event(e_)); }
42
43
} // namespace af
Callers
nothing calls this directly
Calls
1
af_block_event
Function · 0.50
Tested by
no test coverage detected