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

Change usage of sleep to yield #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Change usage of sleep to yield #23

wants to merge 1 commit into from

Conversation

iamed2
Copy link
Member

@iamed2 iamed2 commented Sep 11, 2017

When @shashi mentioned that there was time spent in sleep I realized that sleep is probably not necessary and yield will suffice. We'll see if the CI tests agree.

@codecov
Copy link

codecov bot commented Sep 11, 2017

Codecov Report

Merging #23 into master will increase coverage by 1.47%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #23      +/-   ##
=========================================
+ Coverage   87.62%   89.1%   +1.47%     
=========================================
  Files           6       6              
  Lines         679     679              
=========================================
+ Hits          595     605      +10     
+ Misses         84      74      -10
Impacted Files Coverage Δ
src/comm.jl 97.93% <100%> (+1.03%) ⬆️
src/worker.jl 84.43% <0%> (+2.12%) ⬆️

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 4e3c5cd...08dc538. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant