Tenacity (tenacity v0.1.0)

Copy Markdown View Source

The initial public namespace for Tenacity.

This module currently exposes a placeholder API while Tenacity's production interface is being designed.

Summary

Functions

Returns the placeholder value :world.

Functions

hello()

@spec hello() :: :world

Returns the placeholder value :world.

Examples

iex> Tenacity.hello()
:world