class QuartzTorrent::PieceManagerRequestMetadata

Metadata associated with outstanding requests to the PieceManager (asynchronous IO management).

Attributes

data[RW]
type[RW]

Public Class Methods

new(type, data) click to toggle source
# File lib/quartz_torrent/piecemanagerrequestmetadata.rb, line 5
def initialize(type, data)
  @type = type
  @data = data
end