Done returns a channel that is closed when the Engine's Close method is called, the engine aborts with an error, or it shuts down due to the closure of the underlying device. You don't have to call this.
()
| 115 | // or it shuts down due to the closure of the underlying device. |
| 116 | // You don't have to call this. |
| 117 | Done() <-chan struct{} |
| 118 | |
| 119 | // SetNetworkMap informs the engine of the latest network map |
| 120 | // from the server. The network map's DERPMap field should be |
no outgoing calls