this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Wire up timeout correctly

+1 -1
+1 -1
idl/worker_rpc.ml
··· 41 41 let jv = Marshal.to_bytes call [] in 42 42 let mv = Lwt_mvar.create_empty () in 43 43 let outstanding_execution = 44 - Brr.G.set_timeout ~ms:1000 (fun () -> 44 + Brr.G.set_timeout ~ms:context.timeout (fun () -> 45 45 Lwt.async (fun () -> Lwt_mvar.put mv (Error Timeout)); 46 46 context.timeout_fn ()) 47 47 in