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

Initial import #1

Merged
merged 1 commit into from
Mar 13, 2025
Merged

Initial import #1

merged 1 commit into from
Mar 13, 2025

Conversation

harrishancock
Copy link
Member

This is an import of code initially developed in cloudflare/workerd#3280.

The C++ and Rust code has undergone one change worth noting: boilerplate code has been completely split into an example project, under examples/bazel/. This necessitated a few decouplings, e.g. BoxFutureAwaiter<T> is now FutureAwaiter<F> where the type F satisfies the new concept Future. The README has not yet been updated to reflect this change.

This is an import of code initially developed in cloudflare/workerd#3280.

The C++ and Rust code has undergone one change worth noting: boilerplate code has been completely split into an example project, under examples/bazel/. This necessitated a few decouplings, e.g. `BoxFutureAwaiter<T>` is now `FutureAwaiter<F>` where the type F satisfies the new concept Future. The README has not yet been updated to reflect this change.
@harrishancock harrishancock merged commit 72c50d3 into main Mar 13, 2025
1 check 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