Task::Queue for mruby/c. More...
#include "value.h"Go to the source code of this file.
Enumerations | |
| enum | mrbc_task_queue_push_result { MRBC_TASK_QUEUE_PUSH_OK = 0 , MRBC_TASK_QUEUE_PUSH_OK_WOKE , MRBC_TASK_QUEUE_PUSH_CLOSED , MRBC_TASK_QUEUE_PUSH_INVALID } |
| Result of mrbc_task_queue_push(). More... | |
Task::Queue for mruby/c.
Copyright (C) 2026- HASUMI Hitoshi This file is distributed under BSD 3-Clause License.
Definition in file c_task_queue.h.
Result of mrbc_task_queue_push().
Definition at line 32 of file c_task_queue.h.