How can I use a Lwt library from Async code?

189 views Asked by At

I found this: https://github.com/janestreet/lwt-async

But I don't understand at all where it's supposed to go. Is it a replacement for Lwt that I just have to drop in my folder and link at compile time?

Is there a another way to call Lwt code from a codebase that uses Jane Street's Async?

Thanks.

1

There are 1 answers

0
ivg On

It looks like that it is a clone of lwt library that uses async as an engine. AFAIK, it was never officially released.