Irky_eioIRC client library using Eio
module Iostream_eio : sig ... endIostream adapters for Eio
module Iostream_ssl : sig ... endSSL support for Irky using Eio and OpenSSL. Similar to Irky_unix_ssl but for Eio.
module Ssl_config = Iostream_ssl.Configval io :
net:_ Eio.Net.t ->
clock:_ Eio.Time.clock ->
sw:Eio.Switch.t ->
Irky.Io.tCreate an IO implementation using Eio.
val io_ssl :
config:Ssl_config.t ->
net:Eio_unix.Net.t ->
clock:_ Eio.Time.clock ->
sw:Eio.Switch.t ->
Irky.Io.t