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

Use Blocker for Process#waitFor in slurp #1902

Merged
merged 1 commit into from
Jan 24, 2021
Merged

Use Blocker for Process#waitFor in slurp #1902

merged 1 commit into from
Jan 24, 2021

Conversation

fthomas
Copy link
Member

@fthomas fthomas commented Jan 24, 2021

waitFor blocks the calling thread so it is appropriate to
evaluate it on the available Blocker.

`waitFor` [blocks the calling thread][1] so it is appropriate to
evaluate it on the available `Blocker`.

[1]: https://docs.oracle.com/javase/8/docs/api/java/lang/Process.html#waitFor--
@fthomas fthomas added this to the 0.10.0 milestone Jan 24, 2021
@codecov
Copy link

codecov bot commented Jan 24, 2021

Codecov Report

Merging #1902 (42063b8) into master (1399f30) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1902   +/-   ##
=======================================
  Coverage   78.24%   78.24%           
=======================================
  Files         129      129           
  Lines        2211     2211           
  Branches       54       54           
=======================================
  Hits         1730     1730           
  Misses        481      481           
Impacted Files Coverage Δ
.../main/scala/org/scalasteward/core/io/process.scala 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 1399f30...42063b8. Read the comment docs.

@fthomas fthomas merged commit f163cc0 into master Jan 24, 2021
@fthomas fthomas deleted the topic/use-blocker branch January 25, 2021 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant