Project Description
Fibre is no longer supported or recommended. Fibre does not actually help you write asynchronous code, it helps coordinate multitheaded pieces of work, and the Task Parallel Library in .net 4.0 does a MUCH better job, and is actually asynchronous.