jonathanpike / mako

A static-site generating RSS reader
MIT License
2 stars 0 forks source link

Make FeedRequester concurrent #2

Open jonathanpike opened 7 years ago

jonathanpike commented 7 years ago

Use Concurrent Ruby to make FeedRequesters HTTP calls happen concurrently. Should improve build performance.

Use the async mixin.