Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ unbounded
Function
unbounded
packages/effect/src/Queue.ts:611–611 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
609
* @since 2.0.0
610
*/
611
export
const
unbounded = <A, E = never>(): Effect<Queue<A, E>> => make()
612
613
/**
614
* Adds a message to the queue. Returns `false`
if
the queue is done.
Callers
nothing calls this directly
Calls
1
make
Function · 0.70
Tested by
no test coverage detected