Close stdin (graceful drain) and reap the core process.
()
| 77 | |
| 78 | /** Close stdin (graceful drain) and reap the core process. */ |
| 79 | async close(): Promise<void> { |
| 80 | await this._t.close(); |
| 81 | } |
| 82 | |
| 83 | async [Symbol.asyncDispose](): Promise<void> { |
| 84 | await this.close(); |
no outgoing calls
no test coverage detected