Skip to content

feat(ffi): marshal foreign-thread callbacks - #164

Merged
ctate merged 2 commits into
mainfrom
ctate/thread-cb
Aug 17, 2026
Merged

feat(ffi): marshal foreign-thread callbacks#164
ctate merged 2 commits into
mainfrom
ctate/thread-cb

Conversation

@ctate

@ctate ctate commented Aug 17, 2026

Copy link
Copy Markdown
Collaborator
  • Add format 5 foreign callback descriptors with strict retained, context, and void-return validation.
  • Marshal copied callback arguments through an optional MPSC event-loop queue in both C and LLVM backends.
  • Cover concurrent delivery, liveness, fairness, teardown, cross-platform builds, and document the boundary contract.

- Add format 5 foreign callback descriptors with strict retained, context, and void-return validation.
- Marshal copied callback arguments through an optional MPSC event-loop queue in both C and LLVM backends.
- Cover concurrent delivery, liveness, fairness, teardown, cross-platform builds, and document the boundary contract.

Co-authored-by: DemonGPT <127974011+DemonGPT@users.noreply.github.com>
@vercel

vercel Bot commented Aug 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
scriptc Ready Ready Preview Aug 17, 2026 3:38am

@ctate
ctate merged commit a737fde into main Aug 17, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant