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§
- 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|.
- An UpdateAlgorithm that forwards updates produced by a test.
Enums§
- A time update generated by an |UpdateAlgorithm|.
Traits§
- An |UpdateAlgorithm| asynchronously produces Updates.