FerricStore.AsyncRequest (ferricstore_sdk v0.4.2)

Copy Markdown View Source

Handle for an asynchronous FerricStore request.

The handle retains the client and owning process so a timed-out wait can cancel the corresponding coordinator and connection work deterministically.

Summary

Types

t()

@type t() :: %FerricStore.AsyncRequest{
  client: pid(),
  owner: pid(),
  ref: reference(),
  source: pid()
}