Reading Async APIs

This week was a lot of reading. I read up on file async APIs across different OSes including windows which I don't support yet. I reviewed my old windows code and incrementally changed my current code to not assume it's running on mac and linux. Last week I found a design I was happy with for events and thread communication, this week I changed my background thread to be in that style. I read more than I wrote this week.