F# Webcast (III.) - Using Asynchronous Workflows

  • Posted: Feb 17, 2010 at 11:30 PM
  • By: JanSteberl
  • Avg Rating: 0

  • 5,873 Views

Download

Right click “Save as…”

Embed code for this video

Copy the code above to embed our video on your website/blog.

Close

Video format

Note: These selections will fall back to the next best format depending upon browser capability.

Close

In the previous webcast you've seen how to write a simple function for downloading RSS feeds and processing them. In this part, we look how to improve the function to download data asynchronously and process them potentially in parallel.  Once we have the first version of the code, we can start refactoring it. We'll wrap it into F# asynchronous workflow to run without blocking threads and we'll also run multiple downloads in parallel. As you can see from the webcast, these kinds of refactorings are also very nicely supported by F# syntax...

For more videos please visit www.mstv.cz (in Czech language) or Tomas Petricek’s blog.

Tags:

Comments Closed

Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.