MarkT
MarkT
Are you sure you are using EM-LE? As I think it's differences to EM have been reduced. To the point it's better to be using EM.
Understandable.Will modify when I have time. MarkT From: Iñaki Baz CastilloSent: Tuesday, 24 February 2015 22:41To: ibc/EventMachine-LEReply To: ibc/EventMachine-LECc: MarkTSubject: Re: [EventMachine-LE] Mods for running with Ruby 2.2 (#29)Mmmm, I...
As is this 2.2.n fork breaks back-compat. To install nevertheless, please try: gem 'eventmachine-le', :git => 'https://github.com/paradisaeidae/EventMachine-LE.git' Let me know how you go!
Here I've found a clue on presenting a callback to a C routine within Ruby: http://clalance.blogspot.com.au/2011/01/writing-ruby-extensions-in-c-part-11.html MarkT
Should I be using maroon gem instead? Finding mixology does not compile for rubyMRI-2.1.1 Doubt I am good for the update task.
With Ruby-3 Ractors replace threads 'conceptually'. https://www.ruby-lang.org/en/news/2020/09/25/ruby-3-0-0-preview1-released/ "Ractor is an Actor-model like concurrent abstraction designed to provide a parallel execution feature without thread-safety concerns". "Additionally: Scheduler (Experimental) Thread#scheduler is introduced...
Cannot install with Ruby 2.2.2.... Using pry until can... no big deal. gem install hammertime [11:31] Fetching: columnize-0.9.0.gem (100%) Successfully installed columnize-0.9.0 Fetching: rbx-require-relative-0.0.9.gem (100%) Successfully installed rbx-require-relative-0.0.9 Fetching: linecache-0.46.gem...
Hi Cheerful, Zoop, nope. Still using pry. I know hammertime would be better, just cannot remember why.