COMMITS
/ lib/async.rb September 5, 2022
S
Modernize gem.
Samuel Williams committed
July 16, 2021
S
Add deprecation notes and refactor `Async::Reactor` implementation.
Samuel Williams committed
April 24, 2021
S
Rework implementation to use `Fiber#transfer`. Fixes #23.
Samuel Williams committed
February 10, 2020
S
Make Kernel#Sync public
Salim Semaoune committed
February 1, 2020
S
Prefer `frozen_string_literal: true`.
Samuel Williams committed
December 8, 2019
S
Rename `*args` -> `*arguments`.
Samuel Williams committed
September 17, 2019
S
Better organisation of code which affects Kernel.
Samuel Williams committed
S
Ensure it comes from top-level.
Samuel Williams committed
August 29, 2019
S
Add support for Sync.
Samuel Williams committed
January 11, 2019
S
Exploring use of `Async do ... end` and additional documentation.
Samuel Williams committed
June 7, 2018
S
Add `Async.run` as alias for `Async::Reactor.run`
Samuel Williams committed
April 6, 2017
S
Generic wrapper implementation, separate from Ruby IO implementation.
Samuel Williams committed
March 30, 2017
S
Initial prototype
Samuel Williams committed