package language
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- language
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Package Members
- package transmitter
Type Members
- sealed trait AccessorGeneration extends AnyRef
- class Instance[P] extends AnyRef
- type Local[T] = T
- sealed trait Multiple[+P] extends AnyRef
- sealed trait Optional[P] extends Multiple[P]
- trait Remote[+P] extends Equals
- abstract class Runtime[P] extends Awaitable[Unit]
- sealed trait Single[P] extends Multiple[P]
- type on[T, P] = Placed[T, P] with T
- Annotations
- @showAsInfix(annotation.this.showAsInfix.<init>$default$1)
- final class peer extends Annotation with StaticAnnotation
- type per[T, P] = Subjective[T, P]
- Annotations
- @showAsInfix(annotation.this.showAsInfix.<init>$default$1)
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 AccessorGeneration
- object Instance
- object Remote extends RemoteReference
- object feature