Module massa_execution_worker::request_queue

source ยท
Expand description

This file defines a generic finite-size execution request queue with an MPSC-based result sender.

Structsยง

  • RequestQueue ๐Ÿ”’
    Structure representing an execution request queue with maximal length. Each request is a RequestWithResponseSender that comes with an MPSC sender to return the execution result when the execution is over (or an error).
  • Represents an execution request T coupled with an MPSC sender for a result of type R