Compute
Types
Link copied to clipboard
data class Request<out C : ExecutionContext>(val signature: Signature, val arguments: List<Term>, val context: C, val requestIssuingInstant: TimeInstant = currentTimeInstant(), val executionMaxDuration: TimeDuration = TimeDuration.MAX_VALUE) : Compute
Class representing a Request to be full-filled by the Expression evaluator