temporalio / sdk-ruby

Temporal Ruby SDK
MIT License
75 stars 7 forks source link

[Feature] Ruby worker based on a Fiber reactor #37

Closed antstorm closed 2 years ago

antstorm commented 2 years ago

What was changed

This PR adds an implementation of an Worker in Ruby that is based on a Fiber reactor

Why?

This will serve as the base implementation for both activity and workflow workers

Checklist

  1. Closes #32

  2. How was this tested: Manually. Unit tests pending…

  3. Any docs updates needed? No

antstorm commented 2 years ago

Closing this in favour of #74.

CC @laertispappas

laertispappas commented 2 years ago

thank you for the mention @antstorm awesome work looking forward to starting experimenting with the SDK.