cover/Elixir.Agent.Kind.html| 1 | defmodule Agent.Kind do |
|
| 2 | @callback ask(entry :: list(), recipient :: binary(), message :: any()) :: |
|
| 3 | any() |
|
| 4 | @callback forward(entry :: list(), recipient :: binary(), message :: any()) :: |
|
| 5 | any() |
|
| 6 | end |
|
| Line | Hits | Source |
|---|