package bonsai

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

Module Bonsai_web_ui_file.File_readSource

Sourcetype t

An in-progress file read.

Gets the result of the read. Will only return Error Aborted if you call abort.

Sourceval abort : t -> unit Ui_effect.t