Concurrent::ErlangActor::OnPool — A concurrent actor implementation using the Erlang actor model, designed to run on a thread pool for high concurrency and isolation.
| Use Case | Command | Description |
|---|---|---|
| 🏗️ Create Instance | Concurrent::ErlangActor::OnPool->new(...) |
Creates a new actor instance on a managed thread pool |
| 📥 Define Receiver | $actor->receive({ ... }) |
Sets up the message handler callback for the actor |
| ▶️ Start Actor | $actor->run() |
Starts the actor's main processing loop |
new — Constructor for creating a new Concurrent::ErlangActor::OnPool instance.receive — Defines the message reception and handling logic for the actor.run — Initiates the actor's asynchronous event loop.Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-29 00:51 @216.73.217.46
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format