Treatment close
sql::close
Configuration
⬡ sql_pool: sql::SqlPool
Inputs
⇥ trigger: Block<void>
Close the SQL connection pool.
Waits for trigger, then gracefully drains and closes all connections.
The model's closed source fires once the pool has been drained.
graph LR
T("close()")
B["〈🟦〉"] -->|trigger| T
style B fill:#ffff,stroke:#ffff