import { Queue } from "https://deno.land/x/easyts@0.1.3/container/mod.ts";
If the queue is not empty delete the element at the front
Parameters
optional
callback: DeleteCallback<T>call the callback on the removed element
Returns
deleted data
import { Queue } from "https://deno.land/x/easyts@0.1.3/container/mod.ts";
If the queue is not empty delete the element at the front
call the callback on the removed element
deleted data