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

Function af_block_event

src/api/c/events.cpp:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67af_err af_block_event(const af_event handle) {
68 try {
69 block(handle);
70 }
71 CATCHALL;
72
73 return AF_SUCCESS;
74}

Callers 2

TESTFunction · 0.50
blockMethod · 0.50

Calls 1

blockFunction · 0.50

Tested by

no test coverage detected