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

FixedFixo.Enqueue verifies the waitForNextElementchan #28

Merged
merged 2 commits into from
May 12, 2020

Conversation

enriquebris
Copy link
Owner

FixedFifo.Enqueue prevents to gets blocked trying to send the item over an invalid waitForNextElementChan channel

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
…er an invalid waitForNextElementChan channel
@codecov
Copy link

codecov bot commented May 12, 2020

Codecov Report

Merging #28 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #28   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          187       193    +6     
=========================================
+ Hits           187       193    +6     
Impacted Files Coverage Δ
fixed_fifo_queue.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dfa38a0...fd97024. Read the comment docs.

@enriquebris enriquebris merged commit e189583 into master May 12, 2020
@enriquebris enriquebris linked an issue May 12, 2020 that may be closed by this pull request
@enriquebris enriquebris deleted the ff_enqueue_invalidWaitForNextElement branch May 12, 2020 09:16
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.

Sometimes blocked at Enqueue?
1 participant