MCPcopy Create free account
hub / github.com/apache/groovy / send

Method send

src/main/java/groovy/concurrent/Actor.java:116–116  ·  view source on GitHub ↗

Sends a message to this actor. The message is queued and processed asynchronously. Fire-and-forget — no reply is expected. Bounded-mailbox interaction (see ActorOptions.Overflow): ActorOptions.Overflow#BLOCK BLOCK: the calling thread blocks until queue capacity i

(T message)

Source from the content-addressed store, hash-verified

114 * and is full
115 */
116 void send(T message);
117
118 /**
119 * Sends a message and returns an {@link Awaitable} that completes

Callers 3

selectMethod · 0.65
sendMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected