object
method accept :
unit ->
[ `Connection of Unix.sockaddr * Unix.file_descr
| `Message of 'a
| `Restart
| `Shutdown ]
method broadcast : 'a -> unit
method type_of_container : [ `Process | `Sequential | `Thread ]
end