Utility classes that provide the main inteface to the Kan system. There are two classes in this package: Kan and KanSystem.

The Kan class provides the main entry point to the Kan system. It contains the main method for the system, which sets up connections with remote nodes and starts an application.

The KanSystem class provides the main interface between the user program and the Kan system. The Kan compiler automatically generates calls into KanSystem to support global object creation, asynchronous method calls, and guarded atomic actions.