Versions in this module Expand all Collapse all v0 v0.5.0 Jun 21, 2024 Changes in this version + type Data unsafe.Pointer + type Queue struct + func GlobalQueue(identifier QueuePriority, flags uintptr) Queue + func MainQueue() Queue + func (q Queue) DispatchAsync(task func()) + func (q Queue) DispatchSync(task func()) + func (q Queue) Release() + func (q Queue) Retain() + type QueuePriority int + const QueuePriorityBackground + const QueuePriorityDefault + const QueuePriorityHigh + const QueuePriorityLow