A Lock-free Queue implementation

Constructor

new()

Methods

@:has_untypedadd(i:T):Void

@:has_untypedpop(block:Bool):Null<T>

@:has_untypedpush(i:T):Void