Expand description
The push_source
library defines an implementation of the PushSource
API and traits to hook
in an algorithm that produces time updates.
Structs§
- Push
Source - An implementation of |fuchsia.time.external.PushSource| that routes time updates from an |UpdateAlgorithm| to clients of the fidl protocol and routes device property updates from fidl clients to the |UpdateAlgorithm|.
- Test
Update Algorithm - An UpdateAlgorithm that forwards updates produced by a test.
Enums§
- Update
- A time update generated by an |UpdateAlgorithm|.
Traits§
- Update
Algorithm - An |UpdateAlgorithm| asynchronously produces Updates.