Continuing the discussion from Best practice on mixing Async and Lwt?:
how can you do that but the other way round? I tried using using let a_deferred_t = ... in Async.Scheduler.go
instead of Lwt_main.run
and Lwt_preemptive.detach instead of
In_thread.run` but it didn’t work.