You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am actually trying to use Opium with some communication between threads (using Lwt_mvar or Lwt_mutex), but I am unable to make it work as run_command is using Lwt_unix.fork function.
Is there another way to do that ? (without having to use low level API like Unix.lockf)
The text was updated successfully, but these errors were encountered:
Hello,
I am actually trying to use Opium with some communication between threads (using
Lwt_mvar
orLwt_mutex
), but I am unable to make it work asrun_command
is usingLwt_unix.fork
function.Is there another way to do that ? (without having to use low level API like
Unix.lockf
)The text was updated successfully, but these errors were encountered: