lightio
lightio copied to clipboard
LightIO is a userland implemented green thread library for ruby
## Description This PR drops gemspec directives which are unused. ### Types of Changes - Maintenance. ### Testing Run in CI - no additional testing.
Bumps [json](https://github.com/flori/json) from 2.1.0 to 2.3.1. Changelog Sourced from json's changelog. 2020-06-30 (2.3.1) Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. Enhance generic JSON and #generate...
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task...
- OS: WInsows 10 - Ruby: 2.5.5 x32 It fails after `require 'lightio'`, error messages are shown below: ``` ArgumentError: unsupported backend: from C:/Ruby25/lib/ruby/gems/2.5.0/gems/nio4r-2.3.1/lib/nio/selector.rb:17:in `initialize' Caused by LoadError: cannot load...
I've added `lightio` to my `Gemfile`, started rails console and tried to execute the simple example ``` Running via Spring preloader in process 10594 Loading development environment (Rails 5.2.2) irb(main):001:0>...
Is this Ruby 2.5 friendly... I am getting initialization errors from the kernel for require. I also noticed that I cant install the other gems, b/c hitimes is not compatible...
I suggest you look at how Ruby implements it's "SortedSet". It's not efficient.