@type t() :: {Antikythera.AsyncJob.Id.t(), AntikytheraCore.AsyncJob.t()}
@spec new(any()) :: Croma.Result.t(t())
@spec new!(any()) :: t()
@spec valid?(any()) :: boolean()