Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Merge _StreamQueue into StreamQueue #73

Merged
merged 1 commit into from
Jan 25, 2019
Merged

Conversation

natebosch
Copy link
Contributor

The original reason to split into an abstract and concrete class was to
allow other implementations that would allow for the transaction
implementation. Since that was implemented without a separate subclass
merge the implementation back to one class to avoid unnecessary
abstraction and make it easier to debug.

The original reason to split into an abstract and concrete class was to
allow other implementations that would allow for the transaction
implementation. Since that was implemented without a separate subclass
merge the implementation back to one class to avoid unnecessary
abstraction and make it easier to debug.
@natebosch natebosch requested a review from lrhn January 25, 2019 04:38
@natebosch
Copy link
Contributor Author

Was originally split in https://codereview.chromium.org//1305063002

@lrhn lrhn merged commit f902e28 into master Jan 25, 2019
@lrhn
Copy link
Contributor

lrhn commented Jan 25, 2019

LGTM.

@natebosch natebosch deleted the single-stream-queue-class branch January 25, 2019 16:25
mosuem pushed a commit to dart-lang/core that referenced this pull request Oct 14, 2024
The original reason to split into an abstract and concrete class was to
allow other implementations that would allow for the transaction
implementation. Since that was implemented without a separate subclass
merge the implementation back to one class to avoid unnecessary
abstraction and make it easier to debug.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

3 participants