module To_worker: sig .. end
sig
end
type ('a, 'b, 'c) t =
('a, 'b, 'c)
|
Run of (('a, 'b) Hub.t -> 'c Async.Std.Deferred.t)
(('a, 'b) Hub.t -> 'c Async.Std.Deferred.t)