Method: ConcurrentSHM::Value::IntPtr#read

Defined in:
lib/concurrent-shm/int_ptr.rb

#readInteger

Read from the pointer.

Raises:

  • (NotImplementedError)


9
10
11
# File 'lib/concurrent-shm/int_ptr.rb', line 9

def read
  raise NotImplementedError
end