package language
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- language
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
- macro def connect[P](factory: ConnectionSetupFactory[Protocol])(args: Any*): Connections
- macro def connect[P](setup: Connector[Protocol]): Connections
- macro def listen[P](factory: ConnectionSetupFactory[Protocol])(args: Any*): Connections
- macro def listen[P](setup: Listener[Protocol]): Connections
- def on[P]: On[P] with Run[P, from]
- def on: Select[Run]
- def placed: Placed
- def remote[P]: Call[P, from] with Gateway[P]
- def remote: Narrow with Select[Call] with Call[Nothing, from] with Gateway[Nothing]
- object multitier