Tear down the connection, database, and engine worker. Idempotent.
()
| 62 | fsUnlink(path: string): Promise<void>; |
| 63 | /** Tear down the connection, database, and engine worker. Idempotent. */ |
| 64 | close(): Promise<void>; |
| 65 | } |
| 66 | |
| 67 | class MainThreadLbugEngine implements LbugEngine { |
no outgoing calls