Available on java
A Lock-free Queue implementation
new()
@:has_untypedadd(i:T):Void
@:has_untypedpop(block:Bool):Null<T>
@:has_untypedpush(i:T):Void