Michal 'vorner' Vaner and Carl Lerche
db9371126d
Include a manually built runtime example ( #306 )
2018-05-29 14:44:28 -07:00
Julian Tescher and Carl Lerche
06b2c40222
Fix typos ( #348 )
2018-05-08 11:44:17 -07:00
Roman and Carl Lerche
5b677934fe
Add example that prints each packet from tcp client ( #301 )
2018-04-10 13:08:55 -07:00
Denis and Carl Lerche
16d3540ce9
Add UDP client example (send/recv_dgram) ( #239 )
2018-03-22 10:00:27 -07:00
Tosil Velkov and Carl Lerche
2a1585157e
Fix wrong file link in examples readme.md ( #208 )
2018-03-09 12:26:09 -08:00
Carl Lerche and GitHub
264fef60e3
Update readme ( #196 )
2018-03-07 22:28:01 -08:00
Carl Lerche and GitHub
f1cb12e14f
Update examples to track latest Tokio changes ( #180 )
...
The exampes included in the repository have lagged behind the changes
made. Specifically, they do not use the new runtime construct.
This patch updates examples to use the latest features of Tokio.
2018-03-06 09:59:04 -08:00
Roman and Carl Lerche
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 and Alex Crichton
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