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

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

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

If the queue is not empty delete the element at the back

Parameters

optional
callback: DeleteCallback<T>

call the callback on the removed element

Returns

deleted data