Observe_fs_lwt_unixReady daily NDJSON files for Observe applications using Lwt-Unix.
type error = | Invalid_directory| Invalid_capacity of int| Filesystem of {operation : operation;path : string;cause : Unix.error;}| Zero_progress| Invalid_write_count of int| Unexpected of exn| Lifecycle_closedexception Error of errorRaised by create_exn.
val create :
dir:string ->
?capacity:int ->
unit ->
(Observe.Drain.t, error) Stdlib.result Lwt.tPrepare dir, start one bounded worker, join the ready lifecycle, and return the configured drain.
val create_exn : dir:string -> ?capacity:int -> unit -> Observe.Drain.t Lwt.tval pp_error : Stdlib.Format.formatter -> error -> unit