mirror of https://github.com/tidwall/evio.git
Update README.md
This commit is contained in:
parent
fee1e97043
commit
71b91660ca
|
@ -105,7 +105,7 @@ events.Tick = func() (delay time.Duration, action Action){
|
||||||
|
|
||||||
A connection can be woken up using the `wake` function that is made available through the `Serving` event. This is useful for when you need to offload an operation to a background goroutine and then later notify the event loop that it's time to send some data.
|
A connection can be woken up using the `wake` function that is made available through the `Serving` event. This is useful for when you need to offload an operation to a background goroutine and then later notify the event loop that it's time to send some data.
|
||||||
|
|
||||||
Example echo server that when it encounters the line "exec" it waits 5 seconds before responding.
|
Example echo server that when encountering the line "exec" it waits 5 seconds before responding.
|
||||||
|
|
||||||
```go
|
```go
|
||||||
var wake func(id int) bool
|
var wake func(id int) bool
|
||||||
|
|
Loading…
Reference in New Issue