-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
There was a problem hiding this 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.
src/main/scala/com/fulcrumgenomics/commons/util/ThreadUtil.scala
Outdated
Show resolved
Hide resolved
* | ||
* Care should be taken accessing the iterator since objects may be in use by other threads. | ||
*/ | ||
def iterator: Iterator[A] = all.toIterator |
There was a problem hiding this comment.
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 Report
@@ 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
Continue to review full report at Codecov.
|
No description provided.