fn isEmpty(self: *Self) bool

Returns true if the queue is currently empty. Note that in a multi-consumer environment a return value of false does not mean that get will yield a non-null value!

Parameters

self: *Self,