jack-pappas / ExtCore

An extended core library for F#.
Apache License 2.0
180 stars 32 forks source link

Add AsyncProtectedReader #7

Closed vasily-kirichenko closed 10 years ago

vasily-kirichenko commented 10 years ago

AsyncProtectedState is not as convenient in case where the state is read only (context).

jack-pappas commented 10 years ago

Hi Vasily -- I've implemented this for you, and I'll push the changes and publish a new version of the Nuget package within the next week or so when I have access to a better internet connection.

jack-pappas commented 10 years ago

@vasily-kirichenko This feature is available in ExtCore 0.8.41 as the asyncReaderChoice workflow (which is an instance of AsyncReaderChoiceBuilder).