class Aws::S3::ObjectMultipartCopier::PartQueue

def initialize(parts = [])

def initialize(parts = [])
  @parts = parts
  @mutex = Mutex.new
end