From 704aabe119c3849d69266452c4f734f93133f5e3 Mon Sep 17 00:00:00 2001 From: reisenberger Date: Sat, 10 Mar 2018 18:06:03 +0000 Subject: [PATCH] Roadmap: Update for sync and async policies --- Polly-Roadmap.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Polly-Roadmap.md b/Polly-Roadmap.md index 1286cb9..bbfd7a6 100644 --- a/Polly-Roadmap.md +++ b/Polly-Roadmap.md @@ -59,7 +59,11 @@ Policy .Execute(...); ``` -**EDIT**: A [partial syntax proposal to address split sync/async policies](https://github.com/App-vNext/Polly/issues/281) now also exists: comment welcome! +## Remove split between sync and async policies + +A [partial syntax proposal to address split sync/async policies](https://github.com/App-vNext/Polly/issues/281) now exists: comment welcome! + +This would likely be implemented in combination with the syntax refresh above. This is a large piece of work requiring a major time investment. # Inactive