romanchechyotkin / nats.ocaml

OCaml client for NATS, the cloud native messaging system.
Apache License 2.0
8 stars 1 forks source link

Split the package into nats-client and nats-client-lwt packages #23

Closed dx3mod closed 1 week ago

dx3mod commented 1 week ago

Related #21 issue.

In the ecosystem it is good practice for a library to have support for different I/O libraries like: just unix, lwt, async, eio, etc.

Tasks

Notes

dx3mod commented 1 week ago

Done.

romanchechyotkin commented 1 week ago

@dx3mod i merged testing branch into this to check whether logic is broken, thats why there is new PR #24