cvedia::rt::dispatcher::ReadAheadScheduler::Item¶
Public Attributes¶
| Name | |
|---|---|
| void * | key |
| std::weak_ptr< iface::Instance > | inst |
| std::function< bool()> | shouldEnqueue |
| std::function< void()> | doOnce |
| std::atomic_bool | inflight |
| std::atomic_bool | exiting |
Public Attributes Documentation¶
variable key¶
void * key {nullptr};
variable inst¶
std::weak_ptr< iface::Instance > inst;
variable shouldEnqueue¶
std::function< bool()> shouldEnqueue;
variable doOnce¶
std::function< void()> doOnce;
variable inflight¶
std::atomic_bool inflight {false};
variable exiting¶
std::atomic_bool exiting {false};
Updated on 2026-04-20 at 18:15:21 +0000