Method: Mutant::Parallel::Connection::Frame#receive_value

Defined in:
lib/mutant/parallel/connection.rb

#receive_valueObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



138
139
140
# File 'lib/mutant/parallel/connection.rb', line 138

def receive_value
  read(Util.one(read(HEADER_SIZE).unpack(HEADER_FORMAT)))
end