Internal-event queue depth. Overridden by RemoteIO; zero otherwise.
()
| 193 | |
| 194 | /** Internal-event queue depth. Overridden by RemoteIO; zero otherwise. */ |
| 195 | get internalEventsPending(): number { |
| 196 | return 0 |
| 197 | } |
| 198 | |
| 199 | /** |
| 200 | * Queue a user turn to be yielded before the next message from this.input. |
nothing calls this directly
no outgoing calls
no test coverage detected