Contents

nextDrawable()

Returns drawable when one is available, blocking the caller in the meantime.

Declaration

func nextDrawable() throws -> TextureResource.Drawable

Discussion

The method can block the caller for a duration up to the timeout period.

See Also

Working with queues