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

bundle: add support for retrieving bundles from a block engine #3036

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mmcgee-jump
Copy link
Contributor

No description provided.

@mmcgee-jump mmcgee-jump added this to the Frankendancer milestone Oct 4, 2024
@mmcgee-jump mmcgee-jump force-pushed the mmcgee/bundle1 branch 2 times, most recently from 7e3ac49 to 8166f39 Compare October 4, 2024 15:42
@mmcgee-jump mmcgee-jump force-pushed the mmcgee/bundle1 branch 20 times, most recently from 4dde92b to 8da2570 Compare January 10, 2025 20:54
// achieve that. I wrote a custom futures executor to do this,
// but unfortuantely the libraries require Tokio to use some of
// the I/O functionality and will error without a Tokio Runtime.
cx.waker().clone().wake();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use cx.waker().wake_by_ref() here to not clone

src/app/fdctl/run/tiles/fd_bundle.c Outdated Show resolved Hide resolved
plugin/bundle/src/block_engine_stage.rs Outdated Show resolved Hide resolved
@ptaffet-jump ptaffet-jump force-pushed the mmcgee/bundle1 branch 3 times, most recently from 09f1857 to f7dfccd Compare January 27, 2025 23:13
@ptaffet-jump ptaffet-jump force-pushed the mmcgee/bundle1 branch 3 times, most recently from 856192a to bcbd76b Compare January 29, 2025 17:01
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.

3 participants