Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ offer
Method
offer
packages/effect/src/Queue.ts:108–108 ·
view source on GitHub ↗
* Places one value in the queue.
(value: A)
Source
from the content-addressed store, hash-verified
106
* Places one value in the queue.
107
*/
108
offer(value: A): Effect.Effect<boolean>
109
110
/**
111
* Places one value in the queue when possible without needing the fiber runtime.
Callers
15
rpc-schemas.ts
File · 0.65
suite
Function · 0.65
offer
Function · 0.65
asyncPauseResume
Function · 0.65
Socket.test.ts
File · 0.65
rpc-schemas.ts
File · 0.65
inputKey
Function · 0.65
emit
Function · 0.65
offer
Function · 0.65
RpcServer.ts
File · 0.65
send
Function · 0.65
MutableQueue.test.ts
File · 0.65
Implementers
4
QueueSpy
packages/effect/test/Sink/constructors
MailboxImpl
packages/effect/src/internal/mailbox.t
PubSubImpl
packages/effect/src/internal/pubsub.ts
QueueImpl
packages/effect/src/internal/queue.ts
Calls
no outgoing calls
Tested by
2
worker
Function · 0.52
offer
Method · 0.52