Mercurial > templog
annotate rust/rustnotes.txt @ 591:4a944663fa8d rust
more skeleton
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 23 Dec 2016 00:33:19 +0800 |
parents | |
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 |