1234567891011121314151617181920212223242526272829303132 |
- // This JS doesn't do anything, just want to have syntax highlight on my thoughts
- //
- //
- /*
- watcher and set pattern for any case of flags
- lets say loader wants to wait for installer state, can't be an event since it will
- commChannel with two points
- obj1 <- channel -> obj2
- as obj2: channel.send('hello');
- obj1:
- // Seems like a 2 way event system
- channel.on('hello');
- this
- .observe('something:value')
-
- subscribe()
|