Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: nessos/Eff

Tags

2.0.3

Toggle 2.0.3's commit message
expose an untyped EffectAwaiter

2.0.2

Toggle 2.0.2's commit message
bundle xml docs in the nuget package

2.0.1

Toggle 2.0.1's commit message
add a changelog

2.0.0

Toggle 2.0.0's commit message
fix spacing

2.0.0-alpha.14

Toggle 2.0.0-alpha.14's commit message
make handlers return ValueTask

2.0.0-alpha.13

Toggle 2.0.0-alpha.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement a call/cc sample (#24)

* Add a call/cc sample

* minor refactorings

* use continuations in NonDet sample

* add implicit operator for converting Effects to Eff

* add comments

* simplify continuation evaluation code

* add more comments

* fix docs issues

* simplify maybe sample

* add comments

2.0.0-alpha.12

Toggle 2.0.0-alpha.12's commit message
Remove unused usings

2.0.0-alpha.11

Toggle 2.0.0-alpha.11's commit message
Merge branch 'master' of https://github.com/nessos/Eff

2.0.0-alpha.10

Toggle 2.0.0-alpha.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support awaiting arbitrary INotifyCompletion types (#22)

* Support awaiting arbitrary INotifyCompletion types

* minor renamings

* minor refactoring

* remove EffAwaiter.Clear()

* replace flaky test

* add missing xml doc

2.0.0-alpha.9

Toggle 2.0.0-alpha.9's commit message
fix eff exception stacktraces