Browse by Tags

zmajcek |> parallel |> Pattern for calling event handlers on UI thread when event fires on worker thread
Wednesday, January 07, 2009 8:24 PM
Recently I was working on a project that required parallel processing. Instead of using Task Parallel Library (TPL) , I opt to make my own library ( code ). This library has very naive approach to task scheduling (without queue stealing technique) but it works . I wanted it to have appealing API and to be compatible with Windows Apps thread model (which requires... Read More...