Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/easyts/container/queue.ts>Queue#pushBack

js library written with ts, use select and chan like golang in js.
Latest
method Queue.prototype.pushBack
import { Queue } from "https://deno.land/x/easyts@0.1.3/container/queue.ts";

inserts val at the back of queue

Returns

boolean

Returns true if successful, if queue is full do nothing and return false