Skip to content
New issue

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

change Runtime.RunCallbackOptions type parameters order from `RunCa… #2069

Merged
merged 3 commits into from
Feb 7, 2024

Conversation

gcanti
Copy link
Contributor

@gcanti gcanti commented Feb 7, 2024

…llbackOptions<E, A>toRunCallbackOptions<A, E = never>and changeRuntime.Canceltype parameters order fromCancel<E, A>toCancel<A, E = never>`

…llbackOptions<E, A>` to `RunCallbackOptions<A, E = never>` and change `Runtime.Cancel` type parameters order from `Cancel<E, A>` to `Cancel<A, E = never>`
Copy link

changeset-bot bot commented Feb 7, 2024

🦋 Changeset detected

Latest commit: 181e440

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 18 packages
Name Type
effect Minor
@effect/cli Major
@effect/experimental Major
@effect/opentelemetry Major
@effect/platform-browser Major
@effect/platform-bun Major
@effect/platform-node-shared Major
@effect/platform-node Major
@effect/platform Major
@effect/printer-ansi Major
@effect/printer Major
@effect/rpc-http-node Major
@effect/rpc-http Major
@effect/rpc-nextjs Major
@effect/rpc-workers Major
@effect/rpc Major
@effect/schema Major
@effect/typeclass Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

…cFiberException<E, A>` to `AsyncFiberException<A, E = never>`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant