Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/
Class
async/tee.ts:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
class
Queue<T> {
28
#source: AsyncIterator<T>;
29
#queue: QueueNode<T>;
30
head: QueueNode<T>;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected