Excansock.State (Excansock v1.0.3)

Copy Markdown View Source

Summary

Types

t()

@type t() :: %Excansock.State{
  controlling_process: pid() | nil,
  queue: any(),
  queue_size: number(),
  socket: number(),
  use_queue: boolean()
}