Skip to main content

Module instance_client

Module instance_client 

Source
Expand description

A client for communicating with a compute instance task.

This module provides the public interface for external callers (like the adapter) to interact with compute instances directly for operations like peek sequencing. It also has a number of pub(super) functions, which are for the ComputeController’s benefit.

Structs§

InstanceClient
A client for an Instance task.
InstanceShutDown
Error indicating the instance has shut down.

Enums§

AcquireReadHoldsError
Errors arising from InstanceClient::acquire_read_holds_and_collection_write_frontiers.
PeekError
Errors arising during peek processing.