Note: this module use the same naming convention as Lwt_stream.
List iterators
List scanning
List searching
Sourceval partition_s : ('a -> bool Lwt.t) -> 'a list -> ('a list * 'a list) Lwt.t Sourceval partition_p : ('a -> bool Lwt.t) -> 'a list -> ('a list * 'a list) Lwt.t