···9696 (** {1 Timer source} *)
97979898 val interrupt_hook : unit -> unit -> Cstruct.t
9999- (** [interrupt_hook ()] collects the lower 4 bytes from [rdtsc], to be
9999+ (** [interrupt_hook ()] collects lower bytes from the cycle counter, to be
100100 used for entropy collection in the event loop. *)
101101102102 val timer_accumulator : g option -> unit -> unit
103103- (** [timer_accumulator g] is the accumulator for the [`Timer] source,
103103+ (** [timer_accumulator g] is the accumulator for the timer source,
104104 applying {!interrupt_hook} on each call. *)
105105106106 (** {1 Periodic pulled sources} *)