Expand description
ApprovalQueue — Rust mirror of
tools/tf-types-ts/src/core/approval.ts.
A FIFO of pending ApprovalRequests where the daemon side awaits a resolution. Uses tokio oneshot channels for the awaited responses and a tokio timer for default-deny timeouts.