let pub (subs: 'a t) (x: 'a) : unit Deferred.t = Deferred.List.iter ~how:`Parallel !subs ~f:(fun w -> Pipe.write w x)