nextDrawable()
Returns drawable when one is available, blocking the caller in the meantime.
Declaration
func nextDrawable() throws -> TextureResource.DrawableDiscussion
The method can block the caller for a duration up to the timeout period.
Returns drawable when one is available, blocking the caller in the meantime.
func nextDrawable() throws -> TextureResource.DrawableThe method can block the caller for a duration up to the timeout period.