Flutter Engine
The Flutter Engine
|
#include <task_queue_id.h>
Public Member Functions | |
TaskQueueId (size_t value) | |
Intializes a task queue with the given value as it's ID. More... | |
operator size_t () const | |
Static Public Attributes | |
static const size_t | kUnmerged = ULONG_MAX |
MessageLoopTaskQueues
task dispatcher's internal task queue identifier.
Definition at line 15 of file task_queue_id.h.
|
inlineexplicit |
Intializes a task queue with the given value as it's ID.
Definition at line 22 of file task_queue_id.h.
|
inline |
Definition at line 24 of file task_queue_id.h.
|
static |
This constant indicates whether a task queue has been subsumed by a task runner.
Definition at line 19 of file task_queue_id.h.