https://www.developerfusion.com/t/threading/media/ Threading Media from Developer Fusion 2011-02-09T09:39:00.00Z http://www.developerfusion.com/media/94693/endpointtv-wf4-workflow-episodes-a-task-based-api/ endpoint.tv - WF4 Workflow Episodes - a Task Based API 2011-02-09T09:39:00.00Z In this episode I'll show you an experimental API prototype I created which allows you to invoke a workflow as a task using System.Threading.Task.  The benefit of doing this is you get a much simpler API for using WorkflowApplication.  This API is included in the latest release of Microsoft.Activ. James Crowley http://www.developerfusion.com/media/94445/stephen-toub-inside-tpl-dataflow/ Stephen Toub: Inside TPL Dataflow 2011-02-07T17:33:00.00Z TPL Dataflow (TDF), System.Threading.Tasks.Dataflow,builds upon the foundational layer for asynchronous and concurrent programming using Tasks provided in TPL in .NET 4. TDF is a complementary set of primitives to those delivered in TPL in .NET 4, addressing additional scenarios beyond those dire. James Crowley http://www.developerfusion.com/media/31079/an-introduction-to-threading-with-python/ An Introduction to Threading with Python 2009-06-01T14:57:00.00Z An introduction to Threading with Python by Chris Hefele is a guest podcast in the Python411 podcast series. James Crowley http://www.developerfusion.com/media/88908/arcast-threading-and-async-io-with-jeff-richter/ ARCast – Threading and Async IO with Jeff Richter 2010-09-17T16:49:00.00Z Several years ago I climbed a high mountain to meet a guru atop. He promised that if I would spend months studying his ways that one day I too would become a threading master. I would learn the ways of threads, thread pools, the mutex, the semaphore and lock. I would one day learn to avoid the dr. James Crowley