0
kicks
Future<T> -- Parallel Programming in .Net 4.0
This article examines Future<T> and it's use to start a parallel task that returns a value, enabling you to block when retrieving that value if it hasn't completed proessing yet.