Close is called when the associated Eventfd is closed.
(ev Eventfd)
| 151 | |
| 152 | // Close is called when the associated Eventfd is closed. |
| 153 | Close(ev Eventfd) |
| 154 | } |
| 155 | |
| 156 | // EnableMMIO causes future calls to ev.Write() to use memory-mapped writes to |
no outgoing calls