MCPcopy
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.tsFile · 0.65
suiteFunction · 0.65
offerFunction · 0.65
asyncPauseResumeFunction · 0.65
Socket.test.tsFile · 0.65
rpc-schemas.tsFile · 0.65
inputKeyFunction · 0.65
emitFunction · 0.65
offerFunction · 0.65
RpcServer.tsFile · 0.65
sendFunction · 0.65

Implementers 4

QueueSpypackages/effect/test/Sink/constructors
MailboxImplpackages/effect/src/internal/mailbox.t
PubSubImplpackages/effect/src/internal/pubsub.ts
QueueImplpackages/effect/src/internal/queue.ts

Calls

no outgoing calls

Tested by 2

workerFunction · 0.52
offerMethod · 0.52