package lambda_streams_async

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

Gets the first value of a lambda stream and turns it into a deferred value

Gets the last value of a lambda stream and turns it into a deferred value

val to_async_list : 'a Lambda_streams.Finite.Async.t -> 'a list Async_kernel.Deferred.t
val from_async_stream : 'a Async_kernel.Stream.t -> 'a Lambda_streams.Finite.Async.t