Package 

Class Fence

    • Method Detail

      • wait

         Fence.FenceStatus wait(@NonNull() Fence.Mode mode, long timeoutNanoSeconds)

        Client-side wait on the Fence.Blocks the current thread until the Fence signals.

        Parameters:
        mode - Whether the command stream is flushed before waiting or not.
        timeoutNanoSeconds - Wait time out in nanoseconds.