package oxbow

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Oxbow_state.ScheduleSource

Sourceval install : (unit -> unit) -> unit

install send sets the callback that requests a manage sequence from river.

Sourceval manage : unit -> unit

manage () requests a manage sequence. Repeat calls coalesce until the next tick starts.

Sourceval with_tick : (unit -> 'a) -> 'a

with_tick f runs one manage tick f. It clears the pending flag first. If f requests again, it sends once after f.