#include <eventhandler.h>
Definition at line 63 of file eventhandler.h.
◆ TimeoutQueue()
dart::bin::TimeoutQueue::TimeoutQueue |
( |
| ) |
|
|
inline |
◆ ~TimeoutQueue()
dart::bin::TimeoutQueue::~TimeoutQueue |
( |
| ) |
|
|
inline |
◆ CurrentPort()
Dart_Port dart::bin::TimeoutQueue::CurrentPort |
( |
| ) |
const |
|
inline |
Definition at line 79 of file eventhandler.h.
79 {
81 return timeouts_.
Minimum().value;
82 }
const Entry & Minimum() const
◆ CurrentTimeout()
int64_t dart::bin::TimeoutQueue::CurrentTimeout |
( |
| ) |
const |
|
inline |
◆ HasTimeout()
bool dart::bin::TimeoutQueue::HasTimeout |
( |
| ) |
const |
|
inline |
◆ RemoveCurrent()
void dart::bin::TimeoutQueue::RemoveCurrent |
( |
| ) |
|
|
inline |
◆ UpdateTimeout()
void dart::bin::TimeoutQueue::UpdateTimeout |
( |
Dart_Port |
port, |
|
|
int64_t |
timeout |
|
) |
| |
|
inline |
Definition at line 86 of file eventhandler.h.
86 {
89 } else {
91 }
92 }
bool RemoveByValue(const V &value)
bool InsertOrChangePriority(const P &priority, const V &value)
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir Path to the cache directory This is different from the persistent_cache_path in embedder which is used for Skia shader cache icu native lib Path to the library file that exports the ICU data vm service The hostname IP address on which the Dart VM Service should be served If not defaults to or::depending on whether ipv6 is specified vm service port
def timeout(deadline, cmd)
The documentation for this class was generated from the following file: