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

Stop using WorkManager internals #2656

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Conversation

pyricau
Copy link
Member

@pyricau pyricau commented Apr 17, 2024

Adding LazyImmediateFuture which removes the need to use SettableFuture.

Fixes #2650

@pyricau pyricau added this to the 2.14 milestone Apr 17, 2024
@pyricau pyricau force-pushed the py/stop_using_work_manager_internals branch 2 times, most recently from 6fbfea5 to fd4147e Compare April 17, 2024 23:27
Adding `LazyImmediateFuture` which removes the need to use `SettableFuture`.

Fixes #2650
@pyricau pyricau force-pushed the py/stop_using_work_manager_internals branch from fd4147e to 499b6cf Compare April 18, 2024 00:22
@pyricau pyricau merged commit 5b0a3f2 into main Apr 18, 2024
8 of 9 checks passed
@pyricau pyricau deleted the py/stop_using_work_manager_internals branch April 18, 2024 04:26
@pyricau pyricau removed this from the 2.14 milestone Apr 18, 2024
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.

Remove the usages of WorkManager's SettableFuture
2 participants