Class: Spoon::SpawnAttributes::Releaser

Inherits:
Object
  • Object
show all
Defined in:
lib/pxnx_jruby/spoon/pxnx_daemon_unix.rb

Class Method Summary collapse

Class Method Details

.call(ptr) ⇒ Object



65
66
67
68
# File 'lib/pxnx_jruby/spoon/pxnx_daemon_unix.rb', line 65

def self.call(ptr)
  LibC.posix_spawnattr_destroy(ptr)
  LibC.free(ptr)
end