module universe {interface world { void hello(); void ask(in string x); string tell(); oneway void halt(); }; };
universe
All methods supported by the world interface are synchronous, except for the halt method, which is annotated as oneway.
The realization of the universe module is given in Appendix Universe.