Mark flush as in-progress. enqueue() will start queuing items.
()
| 27 | |
| 28 | /** Mark flush as in-progress. enqueue() will start queuing items. */ |
| 29 | start(): void { |
| 30 | this._active = true |
| 31 | } |
| 32 | |
| 33 | /** |
| 34 | * End the flush and return any queued items for draining. |
no outgoing calls
no test coverage detected