View Source Chaperon.Action.Async (chaperon v0.3.1)

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

Link to this section Summary

Link to this section Types

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