summary history branches tags files
commit:7e9c4270d72eff8b9ef73b79dc2357c6cf062b48
author:Trevor Bentley
committer:Trevor Bentley
date:Wed Jul 26 13:46:18 2017 +0200
parents:643406d5149ed843fe5be880c36aaeeef685d9f4
Initial checkin: Filling HN struct with top 10 stories in parallel.

* HN thread fetching top 10 article details in parallel
* HackerNews struct publicly exported
 - top headlines and headline details available with iterators
* Thread-safe access between writer (lib) and reader (app)