package async_extended

  1. Overview
  2. Docs
type 'a t = {
  1. stdout : 'a;
  2. stderr : 'a;
}