We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
waitUntilSignaledValue
1 parent 7a00e02 commit c113bc3Copy full SHA for c113bc3
lib/mtl/events.jl
@@ -29,6 +29,10 @@ function MTLSharedEvent(dev::MTLDevice)
29
return obj
30
end
31
32
+function waitUntilSignaledValue(ev::MTLSharedEvent, value, timeoutMS=typemax(UInt64))
33
+ @objc [ev::id{MTLSharedEvent} waitUntilSignaledValue:value::UInt64
34
+ timeoutMS:timeoutMS::UInt64]::Bool
35
+end
36
37
## shared event handle
38
0 commit comments