Roadmap: Update for sync and async policies

reisenberger 2018-03-10 18:06:03 +00:00
Родитель 32e7b57a7d
Коммит 704aabe119
1 изменённых файлов: 5 добавлений и 1 удалений

@ -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