aboutsummaryrefslogtreecommitdiffstats
path: root/src/state.rs
Commit message (Expand)AuthorAgeFilesLines
* don't need multiple files hereJesse Luehrs2019-07-101-231/+0
* move the rest of the tui logic into the stateJesse Luehrs2019-07-101-58/+67
* fix handling of errors from evalJesse Luehrs2019-07-091-18/+28
* the state shouldn't exit if there is a polling errorJesse Luehrs2019-07-091-6/+17
* use context instead of map_err for futures and streamsJesse Luehrs2019-07-091-1/+1
* move more tui behavior into the state objectJesse Luehrs2019-07-091-53/+93
* ensure we notice if this returns a non-nil error typeJesse Luehrs2019-07-091-1/+1
* don't shadow the Send traitJesse Luehrs2019-07-091-2/+2
* this doesn't need to have an actual valueJesse Luehrs2019-07-091-4/+1
* these have no reason to be streams, they can just be futuresJesse Luehrs2019-07-091-19/+19
* keep track of process state as it is being executedJesse Luehrs2019-07-071-0/+164