We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Capture
Sync
Capture.capture is equivalent to Sync.delay, so an instance of Capture[F] can be implemented for every F[_] : Sync.
Capture.capture
Sync.delay
Capture[F]
F[_] : Sync
The text was updated successfully, but these errors were encountered:
Abstract away from cats-effect IO, fixes #213
4e82ee6
Abstract away from cats-effect IO, fixes #213 (#214)
18038f8
Successfully merging a pull request may close this issue.
Capture.capture
is equivalent toSync.delay
, so an instance ofCapture[F]
can be implemented for everyF[_] : Sync
.The text was updated successfully, but these errors were encountered: