Close releases backend-owned resources (e.g., the shared session store). It is called once when the embedder is shutting down, after every per-session cleanup has run.
()
| 43 | // store). It is called once when the embedder is shutting down, |
| 44 | // after every per-session cleanup has run. |
| 45 | Close() error |
| 46 | } |
| 47 | |
| 48 | // selectBackend picks the backend implied by the current flags. |
no outgoing calls