Informs the processor that the underlying I/O layer has stopped accepting new connections. This is primarily intended to enable processors that use multiplexed connections to prevent further 'streams' being added to an existing multiplexed connection.
()
| 111 | * existing multiplexed connection. |
| 112 | */ |
| 113 | void pause(); |
| 114 | |
| 115 | /** |
| 116 | * Check to see if the async generation (each cycle of async increments the generation of the AsyncStateMachine) is |
no outgoing calls