Package-level declarations

Types

Link copied to clipboard
data class Host(val name: String) : Name, Comparable<Host>

A participant in the distributed computation.

Link copied to clipboard
object HostStyle : Style

The display style of Hosts.

Link copied to clipboard
interface Name : PrettyPrintable

An object that names things.