chaperon v0.3.1 Chaperon.Action.Async View Source

Implementation module for asynchronous actions (function calls into a Chaperon.Scenario module).

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Chaperon.Action.Async{
  args: [any()],
  function: atom(),
  module: module(),
  task_name: atom()
}