this post was submitted on 03 Sep 2023
12 points (100.0% liked)

Ruby

524 readers
1 users here now

A community for discussion and news about Ruby programming.

Learning Ruby?

Tools

Documentation

Books

Screencasts

News and updates

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

The Async gem is a beautiful piece of code. I have used its last time often to talk/work with a REST API with the async-http gem and my work was done in 5 mins. Have todo pull/change/update nearly 100k of data over the API and without 'Async' it will have need so much more time to run and build. But yeah the docs are quite small and it's more a try and error, but the developer/users will quickly answer on question at mastodon or github if there are problems or need help. :)