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

[WIP][Core][Channel] Refactor Channel #231

Closed
wants to merge 10 commits into from
Closed

Conversation

ddmbr
Copy link
Member

@ddmbr ddmbr commented Jan 24, 2017

Ref #228

static auto* create_push_combined_channel(ObjList<DstObjT>* dst_list, const std::string& name = "") {
auto* ch = ChannelStoreBase::create_push_combined_channel<MsgT, CombineT>(*dst_list);
common_setup(ch);
ch->set_obj_list(dst_list);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't we put this in the constructor?

push_channel and some relevant things.
* [Core][Channel] refactor migrate channel

* [Core][Channel] Refactor BroadcastChannel
Add unit tests for broadcast channel and migrate channel
ref husky-team#228
@kygx-legend
Copy link
Member

Any update for this patch? Besides, I made another PR #246 , a minor changes for ChannelStore. I think this patch should rebase to my PR later.

@ddmbr ddmbr closed this May 11, 2017
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.

4 participants