Module process_manager

Source

Structs§

CancellableProcess 🔒
ProcessManager
Query process manager.
SlowQueryTimer
SlowQueryTimer is used to log slow query when it’s dropped. In drop(), it will check if the query is slow and send the slow query event to the handler.
Ticket

Enums§

QueryStatement
Represents a parsed query statement, functionally equivalent to [query::parser::QueryStatement]. This enum is defined here to avoid cyclic dependencies with the query parser module.

Type Aliases§

ProcessId
ProcessManagerRef