Skip to content

Conversation

@kyay10
Copy link
Collaborator

@kyay10 kyay10 commented Apr 23, 2024

reusableRaise is intended as a scope where one can reuse the same Raise instance for multiple recoverReused calls, while also being able to use that raise instance in concurrent contexts such as async before recoverReused is used. The goal is to allow fewer allocations when using async and similar APIs that only throw when you await them. The alternative is to use either and call bind when unpacking is wanted.

@nomisRev nomisRev added the 2.0.0 Tickets / PRs belonging to Arrow 2.0 label Apr 24, 2024
@nomisRev nomisRev changed the base branch from arrow-2 to main April 24, 2024 14:11
@nomisRev nomisRev changed the base branch from main to arrow-2 April 24, 2024 14:11
@kyay10 kyay10 marked this pull request as draft November 4, 2024 04:23
@kyay10 kyay10 added 2.x.x and removed 2.0.0 Tickets / PRs belonging to Arrow 2.0 labels Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants