Mercurial > templog
annotate rust/rustnotes.txt @ 638:a9f353f488d0 rust
fix channels
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 09 Nov 2019 11:35:59 +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 |