Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Multithreaded block queue #173

Merged
merged 4 commits into from
Jan 18, 2016
Merged

Multithreaded block queue #173

merged 4 commits into from
Jan 18, 2016

Conversation

arkpar
Copy link
Collaborator

@arkpar arkpar commented Jan 17, 2016

No description provided.

@arkpar arkpar added the A0-pleasereview 🤓 Pull request needs code review. label Jan 17, 2016
impl QueueSignal {
fn set(&self) {
if self.signalled.compare_and_swap(false, true, AtomicOrdering::Relaxed) == false {
self.message_channel.send(UserMessage(SyncMessage::BlockVerified)).expect("Error seding BlockVerified message");
Copy link
Contributor

Choose a reason for hiding this comment

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

Error se_n_ding

@gavofyork gavofyork added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Jan 18, 2016
gavofyork pushed a commit that referenced this pull request Jan 18, 2016
Multithreaded block queue
@gavofyork gavofyork merged commit 3885cc0 into master Jan 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants