Method
Watches
(MessageQueue<Quad<Dict.Prop, Box, Object, Object>, String> messageQueue)
Source from the content-addressed store, hash-verified
| 23 | static public final Dict.Prop<Watches> watches = new Dict.Prop<>("_watches").type().toCanon(); |
| 24 | |
| 25 | public Watches(MessageQueue<Quad<Dict.Prop, Box, Object, Object>, String> messageQueue) { |
| 26 | this.messageQueue = messageQueue; |
| 27 | this.properties.putToMap(Boxes.insideRunLoop, "main.__watch_updator__", this::update); |
| 28 | this.properties.put(watches, this); |
| 29 | } |
| 30 | |
| 31 | public Watches() |
| 32 | { |
Callers
nothing calls this directly
Tested by
no test coverage detected