View Source AbsintheFieldTelemetry.Backend.Ets (absinthe_field_telemetry v0.2.0)

A AbsintheFieldTelemetry.Backend implementation using ets.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

@spec start(keyword()) :: :ignore | {:error, any()} | {:ok, pid()}
@spec start_link(keyword()) :: :ignore | {:error, any()} | {:ok, pid()}
@spec stop() :: any()