Mercurial > templog
annotate rust/rustnotes.txt @ 617:87a78343140e rust
Duration::sum works now
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 21 Mar 2017 19:13:49 +0800 |
parents | 4a944663fa8d |
children |
rev | line source |
---|---|
591 | 1 fridge |
2 - called on external param change | |
3 - called on external reading change | |
4 - called on integrator timeout | |
5 - called on slowstart timeout | |
6 | |
7 sensor | |
8 - emits readings | |
9 - threadpool to read sensors | |
10 | |
11 sender | |
12 - called on timeout | |
13 | |
14 configwaiter | |
15 - emits params | |
16 - called on http response | |
17 - called on new longpoll | |
18 - possibly takes old/existing params | |
19 |