passenger

  Source   Edit

Procs

proc `$`(v: Vertex): string {....raises: [], tags: [].}
render the continuation leg   Source   Edit
proc `$`[T](l: Link[T]): string
render the link between two continuation legs   Source   Edit
proc passenger[T: Continuation](c: T): (T, Graph[Vertex, Link[T], 168])
  Source   Edit

Templates

template trace(c: typed; fun: string; info: LineInfo)
  Source   Edit