Asynchronous callbacks in Ruby C extensions
“Asynchronous callbacks in Ruby C extensions” is my attempt at explaining a technique on how to handle binding asynchronous C libraries to Ruby. It’s an advanced topic, and there’s a very limited amount of information available explaining how to do this (if any?).
Post a comment