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

Create and deconstruct awaitables using dedicated factories (IAwaitableFactory) #1125

Merged
merged 6 commits into from
Dec 31, 2020

Conversation

stakx
Copy link
Contributor

@stakx stakx commented Dec 31, 2020

No description provided.

Logic for creating completed tasks and for accessing completed tasks'
results is currently strewn across the code base. It would be nice to
concentrate that logic in one dedicated place.
Those will aid implementation of `IAwaitableFactory` for the standard
task types (`Task`, `ValueTask`, and their generic counterparts).
@stakx stakx merged commit bab305e into devlooped:master Dec 31, 2020
@stakx stakx deleted the awaitable-factories branch December 31, 2020 21:19
@stakx stakx modified the milestones: 4.15.3, 4.16.0 Dec 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant