On Jan 4, 2009, at 10:05 PM, peter royal wrote:
however, i'm having trouble making use of them in macruby.
my initial naive attempt was to just throw the .h and .m files into
my project. with this, i got an 'AsyncSocket' class in ruby, but the
selectors defined in the
howdy!
i'm doing some network i/o with macruby, and wanted to use the CF
API's so they play nicely with a run loop on a worker thread.
to that end, i found http://code.google.com/p/cocoaasyncsocket/ which
is a nice delegate-based cocoa wrapper on said API's
however, i'm having trouble mak