¶using command_event =
std::variant<event_command_available,
event_buffer_debug_name_changed,
event_buffer_destroyed,
event_host_object_destroyed,
event_flush_commands,
event_set_lookahead>;
using command_event =
std::variant<event_command_available,
event_buffer_debug_name_changed,
event_buffer_destroyed,
event_host_object_destroyed,
event_flush_commands,
event_set_lookahead>;
Description
An event originating from command_graph_generator, or forwarded from the task_queue because it requires in-order processing with commands.
Declared at: src/scheduler.cc:98