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

Remove awaitable interfaces. #1317

Merged
merged 1 commit into from
Sep 28, 2020
Merged

Conversation

bartdesmet
Copy link
Collaborator

Remove a remnant of an awaitable/awaiter algebra that never fully materialized and in the context of Async Rx was purely adding allocation overheads. Leveraging readonly structs instead, and doing away with all these small allocations (though some remain on the slow path, cf. the closure allocated in OnCompleted).

@bartdesmet bartdesmet merged commit 3db7851 into main Sep 28, 2020
@bartdesmet bartdesmet deleted the dev/bartde/remove_awaitable_interfaces branch September 28, 2020 18:33
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