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

Thread local and a test for BiMap #51

Merged
merged 2 commits into from
Jul 24, 2019
Merged

Thread local and a test for BiMap #51

merged 2 commits into from
Jul 24, 2019

Conversation

nh13
Copy link
Member

@nh13 nh13 commented Jul 23, 2019

No description provided.

Copy link
Member

@tfenne tfenne left a comment

Choose a reason for hiding this comment

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

LGTM once the build is passing.

*
* Care should be taken accessing the iterator since objects may be in use by other threads.
*/
def iterator: Iterator[A] = all.toIterator
Copy link
Member

Choose a reason for hiding this comment

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

I think toIterator has been deprecated in 2.13. Sorry!

@codecov-io
Copy link

codecov-io commented Jul 24, 2019

Codecov Report

Merging #51 into master will increase coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
+ Coverage   93.42%   93.45%   +0.03%     
==========================================
  Files          23       24       +1     
  Lines         821      825       +4     
  Branches       72       67       -5     
==========================================
+ Hits          767      771       +4     
  Misses         54       54
Impacted Files Coverage Δ
...ala/com/fulcrumgenomics/commons/util/Threads.scala 100% <100%> (ø)

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 c052fc9...55a41ab. Read the comment docs.

@nh13 nh13 merged commit 9f6aea6 into master Jul 24, 2019
@nh13 nh13 deleted the nh_additions branch July 24, 2019 16:22
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.

3 participants