Roman
ad8338e4da
Remove UdpCodec ( #109 )
...
`UdpFramed` is updated to use the `Encoder` and
`Decoder` traits from `tokio-io`.
2018-02-06 13:41:31 -08:00
Carl Lerche
36aaaa1520
Rename crate to tokio
2017-10-30 16:37:00 -07:00
Alex Crichton
0868b97832
Add a tinydb
example sharing state
...
This example is intended to showcase sharing state between all connected clients
on a server, for example a key/value store (in-memory database)
Closes #257
2017-09-23 12:22:34 -07:00
Alex Crichton
8a43472b35
Add an example of compressing on a CPU pool
2017-09-11 14:41:15 -07:00
Alex Crichton
ecedea3404
Add a README for the examples
2017-09-11 13:31:08 -07:00