albatross/daemon
Hannes Mehnert 90d1fd9d7d console: use Lwt_unix.openfile (RDONLY; NONBLOCK) to open the fifo, followed
by Lwt_unix.wait_read (in read_console, called asynchronously in a fresh task)
and only then convert to a Lwt_io.t (of_fd ~mode:Input) -- thanks to @cfcs

This allows albatross to be run on Linux, where the former code lead to:
- open FIFO
- read <- EOF (although no writer was connected yet)

this works nicely around ocsigen/lwt#741
2019-10-27 23:23:54 +01:00
..
albatross_console.ml console: use Lwt_unix.openfile (RDONLY; NONBLOCK) to open the fifo, followed 2019-10-27 23:23:54 +01:00
albatross_influx.ml bump wire version 2019-10-12 02:06:45 +02:00
albatross_log.ml albatross_log: a read-only mode to read a log file 2019-10-15 00:50:16 +02:00
albatrossd.ml Vmm_unix.check_commands : unit -> (unit, [> `Msg of string ]) result - which 2019-10-27 21:31:37 +01:00
dune initial metrics 2019-10-12 02:06:38 +02:00