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

Introduce ThreadLike interface and move all thread like stuff to a new run package #3

Merged
merged 4 commits into from
Jul 23, 2019

Conversation

terzerm
Copy link
Member

@terzerm terzerm commented Nov 27, 2018

  • Introduce Joinable, Running and ThreadState functional interfaces
  • Add ThreadLike interface that implements ThreadState, Running and Joinable
  • StoppableThread and ShutdownableThread now both implement ThreadLike
  • All thread like stuff moved to a new run package

@coveralls
Copy link

coveralls commented Nov 27, 2018

Pull Request Test Coverage Report for Build 82

  • 21 of 21 (100.0%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.3%) to 90.157%

Totals Coverage Status
Change from base Build 80: 0.3%
Covered Lines: 403
Relevant Lines: 447

💛 - Coveralls

@tools4j tools4j deleted a comment from coveralls Nov 27, 2018
@terzerm terzerm force-pushed the feature/thread-like branch 2 times, most recently from 598509d to a9571ea Compare July 23, 2019 14:53
@terzerm terzerm merged commit 77f670d into master Jul 23, 2019
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.

None yet

2 participants