News
Introduce M:N threads - Ruby master - Ruby Issue Tracking System
Ruby threads (RT in short) are implemented from old Ruby versions and they have the following features:Can be created with simple notation Thread.new{}Can be switched to another ready Ruby thread by:Time-slice.I/O blocking.Synchronization such as ...
The state of HTTP clients, or why you should use httpx
Every year, a few articles come out with a title similar to “the best ruby http clients of the year of our lord 20xx”. Most of the community dismisses them as clickbait, either because of the reputation of the content owner website, companies push...