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

Expose create_proxy() on ActiveEventLoop #3741

Open
daxpedda opened this issue Jun 18, 2024 · 0 comments
Open

Expose create_proxy() on ActiveEventLoop #3741

daxpedda opened this issue Jun 18, 2024 · 0 comments
Labels
S - enhancement Wouldn't this be the coolest?

Comments

@daxpedda
Copy link
Member

daxpedda commented Jun 18, 2024

Currently the only way to acquire a EventLoopProxy is through EventLoop::create_proxy(). I propose to add ActiveEventLoop::create_proxy().

This is currently not possible because ActiveEventLoop is missing a reference to T, this however will be resolved after #3694.

@daxpedda daxpedda added the S - enhancement Wouldn't this be the coolest? label Jun 18, 2024
@daxpedda daxpedda added this to the Version 0.31.0 milestone Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S - enhancement Wouldn't this be the coolest?
Development

No branches or pull requests

1 participant