package eio

  1. Overview
  2. Docs
method virtual run_raw : 'a. (unit -> 'a) -> 'a
method virtual run : 'a. (unit -> 'a) -> 'a

Note: cancellation is handled by the run wrapper function, not the object.