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

Add documentation for threadsafe option in FFI JSCallback #15982

Merged
merged 8 commits into from
Jan 8, 2025

Conversation

citkane
Copy link
Contributor

@citkane citkane commented Dec 24, 2024

What does this PR do?

It documents the threadsafe option for FFI JSCallback.
It resolves #15925

  • Documentation or TypeScript types (it's okay to leave the rest blank in this case)
  • Code changes

How did you verify your code works?

@DonIsaac DonIsaac added the docs Improvements or additions to documentation label Dec 27, 2024
@DonIsaac DonIsaac enabled auto-merge December 27, 2024 22:12
@190n 190n disabled auto-merge January 6, 2025 22:09
docs/api/ffi.md Outdated Show resolved Hide resolved
@190n 190n enabled auto-merge January 6, 2025 23:01
auto-merge was automatically disabled January 7, 2025 10:53

Head branch was pushed to by a user without write access

@190n 190n enabled auto-merge January 7, 2025 18:54
@190n
Copy link
Contributor

190n commented Jan 8, 2025

Sorry @citkane, I don't know why this didn't merge. I'll try running CI again. I don't think you need to be updating this against main as there aren't any conflicts. I think there is just some issue with our CI and contributor PRs.

@190n 190n added this pull request to the merge queue Jan 8, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 8, 2025
@citkane
Copy link
Contributor Author

citkane commented Jan 8, 2025

It was my initial bad for not updating my fork before committing the change.
Chaos ensued...

I see that all the checks and approvals have now passed, but still no merge. I will leave it to you to push the right buttons.

@190n 190n added this pull request to the merge queue Jan 8, 2025
Merged via the queue into oven-sh:main with commit 043cb7f Jan 8, 2025
67 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bun FFI JSCallback fails when called across threads in the same process
3 participants