2

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.

SGr
  • 853
  • 2
  • 9
  • 15

1 Answers1

2

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

ivg
  • 34,431
  • 2
  • 35
  • 63