Tag

ractor

1 views collected around this technical thread.

Laravel Tech Community
Laravel Tech Community
Dec 26, 2020 · Backend Development

Ruby 3.0 Release: New Features, RBS Type System, Ractor Concurrency, and Scheduler Enhancements

Ruby 3.0, released as promised on Christmas, brings three‑times performance gains over Ruby 2, introduces MJIT, the experimental Ractor concurrency model, a static type system via RBS, a new Fiber Scheduler, and several syntax enhancements, with code examples illustrating these features.

ConcurrencyRubyType System
0 likes · 4 min read
Ruby 3.0 Release: New Features, RBS Type System, Ractor Concurrency, and Scheduler Enhancements
Laravel Tech Community
Laravel Tech Community
Sep 30, 2020 · Fundamentals

New Features in Ruby 3.0.0 Preview 1: RBS, Ractor, and Scheduler

Ruby 3.0.0 Preview 1 introduces RBS for static type definitions, experimental Ractor for actor‑model concurrency, and a new Scheduler API for lightweight thread management, accompanied by examples and a list of supported synchronization methods, highlighting the language’s evolving capabilities.

ConcurrencyRubyScheduler
0 likes · 4 min read
New Features in Ruby 3.0.0 Preview 1: RBS, Ractor, and Scheduler