HostKit.Readiness (host_kit v0.1.0-beta.0)

Copy Markdown View Source

Readiness check execution for HostKit resources.

Summary

Functions

current?(readiness, opts)

@spec current?(
  HostKit.Resources.Readiness.t(),
  keyword()
) :: boolean()

wait(readiness, opts)

@spec wait(
  HostKit.Resources.Readiness.t(),
  keyword()
) :: :ok | {:error, term()}