TypeScript SDK
Temporal Ruby — crash-proof fibers

Temporal Ruby — crash-proof fibers

10/16/2025

What this post added

This post announces the General Availability of the Temporal Ruby SDK. It details the high-level architecture, including the use of Rust Core and Ruby C extensions via Magnus and rb-sys. It explains the implementation of durable fibers using a custom Fiber::Scheduler and the bridging of Rust's async/Tokio with Ruby's concurrency model. The post also provides code examples for implementing Activities and Workflows, and running a Worker and executing a Workflow.

Read the original post ↗