package async_extra

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('send, 'recv) t =
  1. | Do_nothing
  2. | Send_back of 'send list
  3. | Send of 'recv
  4. | Pass_on
  5. | Pass_on_and_send_back of 'send list