Last updated 3 years ago
投递一个异步任务到task_worker池中。此函数是非阻塞的,执行完毕会立即返回。Worker进程可以继续处理新的请求。
Swoole实现:message_queue_key 通过系统内核中的同一条消息队列(sysvmsg 消息队列)