We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3a7d12 + 014cbb9 commit fca4d67Copy full SHA for fca4d67
skynet-src/skynet_mq.c
@@ -84,7 +84,7 @@ skynet_mq_create(uint32_t handle) {
84
SPIN_INIT(q)
85
// When the queue is create (always between service create and service init) ,
86
// set in_global flag to avoid push it to global queue .
87
- // If the service init success, skynet_context_new will call skynet_mq_force_push to push it to global queue.
+ // If the service init success, skynet_context_new will call skynet_mq_push to push it to global queue.
88
q->in_global = MQ_IN_GLOBAL;
89
q->release = 0;
90
q->overload = 0;
0 commit comments