package b0

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

Module Op.Wait_filesSource

Waiting on files.

FIXME now that we have Futs maybe we can maybe get rid of this.

Sourcetype t

The type for wait files operations.

Sourceval make_op : id:id -> mark:mark -> created:B0_std.Mtime.Span.t -> ?post_exec:(op -> unit) -> ?k:(op -> unit) -> B0_std.Fpath.t list -> op

v declares a wait files operation, these are stored in reads.

Sourceval make : unit -> t

make constructs a bare wait files operation.