Commit Graph

771 Commits

Author SHA1 Message Date
Adam Wright
e266aa81dc LOL Shutdown works LOL 2016-01-09 00:27:07 -08:00
Adam Wright
f10712f16a Clean shutdown except for server 2016-01-08 21:12:01 -08:00
Adam Wright
b011cbe1dc Sketch of Client with only one reader thread 2016-01-08 20:36:31 -08:00
Tim Kuehn
ed156a63a8 Merge branch 'master' of ssh://git.adam-wright.net:10022/shaladdle/adamrpc-rs 2016-01-08 20:25:00 -08:00
Adam Wright
3a3e2d1e4d Really have a non-clone thing? tests are a mess though 2016-01-08 19:56:02 -08:00
Adam Wright
eac0e56be7 A number of improvements
- Support non clonable Serve objects by wrapping in an Arc
- Support multiple RPCs per connection
- Support cleanish shutdown
2016-01-08 05:49:00 -08:00
Adam Wright
c62d66839d Join the client, and update reader to handle EOF 2016-01-08 04:31:51 -08:00
Adam Wright
44b3765d70 Removed a bunch of over-engineered code 2016-01-08 04:15:10 -08:00
Tim Kuehn
aa8cf758a7 Merge 2016-01-08 03:48:25 -08:00
Tim Kuehn
876e19f606 Allow variable args 2016-01-08 03:40:52 -08:00
Adam Wright
d13aa62f51 No longer fully qualify my_server::* 2016-01-08 03:22:58 -08:00
Adam Wright
ba254a8b96 Moved main into a test in lib.rs 2016-01-08 03:12:43 -08:00
Adam Wright
4987fd9759 main to use a struct Foo
Shows a more complete example
2016-01-08 03:01:07 -08:00
Adam Wright
78d04acaa4 Rename rpc! -> rpc_service! 2016-01-08 02:49:52 -08:00
Tim Kuehn
44a30fc237 Delete printlns 2016-01-08 02:43:50 -08:00
Adam Wright
579d3909e5 I made le test pass 2016-01-08 02:39:40 -08:00
Tim Kuehn
8989575186 Set up Cargo.toml 2016-01-08 02:39:15 -08:00
Tim Kuehn
2b93936d0c Implement client code 2016-01-08 02:19:23 -08:00
Tim Kuehn
9c17890321 rpc macro 2016-01-08 01:27:35 -08:00
Adam Wright
dbf7113cf3 WIP, doesn't compile :( 2016-01-08 00:08:20 -08:00
Adam Wright
4b0180d17f Initial commit 2016-01-06 21:01:11 -08:00