package
2.4.5+incompatible
Repository: https://github.com/gavinmeteion/fyne.git
Documentation: pkg.go.dev

# Functions

NewCanvasObjectQueue returns a queue for caching values.
NewUnboundedCanvasObjectChan returns a unbounded channel with unlimited capacity.
NewUnboundedFuncChan returns a unbounded channel with unlimited capacity.
NewUnboundedInterfaceChan returns a unbounded channel with unlimited capacity.
NewUnboundedStructChan returns a unbounded channel with unlimited capacity.

# Structs

CanvasObjectQueue implements lock-free FIFO freelist based queue.
UnboundedCanvasObjectChan is a channel with an unbounded buffer for caching CanvasObject objects.
UnboundedFuncChan is a channel with an unbounded buffer for caching Func objects.
UnboundedInterfaceChan is a channel with an unbounded buffer for caching Interface objects.
UnboundedStructChan is a channel with an unbounded buffer for caching struct{} objects.