Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
feat: refactor client state machine
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Jenvey <pjenvey@underboss.org>

Switch to using the futures state machine to separate out client
state from the implementation.

Closes #1181
  • Loading branch information
bbangert committed Apr 23, 2018
1 parent b9cc703 commit 8649637
Show file tree
Hide file tree
Showing 7 changed files with 1,016 additions and 678 deletions.
139 changes: 139 additions & 0 deletions autopush_rs/Cargo.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions autopush_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ slog-term = "2.3.0"
slog-json = "2.2.0"
slog-scope = "4.0.1"
slog-stdlog = "3.0.2"
# state_machine_future = { version = "0.1.6", features = ["debug_code_generation"] }
state_machine_future = "0.1.6"
time = "0.1.39"
tokio-core = "0.1.16"
tokio-io = "0.1.6"
Expand Down
Loading

0 comments on commit 8649637

Please sign in to comment.