Package-level declarations
Types
Link copied to clipboard
The lambda context passed to the share function.
Link copied to clipboard
Specifies the value toSend and the value toReturn of a SharingContext.yielding function.
Functions
Link copied to clipboard
Observes the value of an expression type across neighbours.
Link copied to clipboard
fun <Initial, Return> AggregateContext.sharing(initial: Initial, transform: SharingContext<Initial, Return>.(Field<Initial>) -> SharingResult<Initial, Return>): Return