()
| 136 | } |
| 137 | |
| 138 | const functionToQueue = () => (!thread ? this._runOperation(op) : thread.queue(op)); |
| 139 | |
| 140 | this.#promise = this.#promise.then(functionToQueue).catch(e => (this.#error = e)); |
| 141 | } |
nothing calls this directly
no test coverage detected