MCPcopy Create free account
hub / github.com/boostorg/compute / wait

Method wait

include/boost/compute/async/future.hpp:74–77  ·  view source on GitHub ↗

Blocks until the computation is complete.

Source from the content-addressed store, hash-verified

72
73 /// Blocks until the computation is complete.
74 void wait() const
75 {
76 m_event.wait();
77 }
78
79 /// Returns the underlying event object.
80 event get_event() const

Callers 7

svm_ptr_index_exprClass · 0.45
~wait_guardMethod · 0.45
wait_for_allFunction · 0.45
waitMethod · 0.45
buffer_valueClass · 0.45
copy_to_host_mapFunction · 0.45
copy_to_device_mapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected