ElGraph.Runner.Run (ElGraph v0.3.0)

Copy Markdown View Source

실행 핸들. ElGraph.Runner.start_run/3이 반환한다.

Summary

Types

t()

@type t() :: %ElGraph.Runner.Run{
  cancel_flag: :atomics.atomics_ref() | nil,
  monitor_ref: reference() | nil,
  pid: pid() | nil,
  thread_id: String.t() | nil
}