let Ignore (task:Task) = let continuation (t : Task) : unit = if t.IsFaulted then raise t.Exception else () task.ContinueWith continuation