File tree Expand file tree Collapse file tree 2 files changed +25
-4
lines changed
Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,18 @@ compile"com.github.mintUI9976:RedEugene:version"
6464````
6565
6666<hr />
67- <h4 >Prerequisites:</h4 >
67+
68+ <h4 >Project-Prerequisites:</h4 >
6869
6970`` JDK 11 or above ``
71+
72+ <hr />
73+
74+ <h4 >Developer-Prerequisites:</h4 >
75+
76+ `` You have to make the scalability of your threads by yourself ``
7077<hr />
78+
7179<h4 >Features:</h4 >
7280
7381- none monitoring thread to check or work with your threads(tasks)
@@ -93,9 +101,22 @@ private final RedEugeneIntroduction redEugeneIntroduction=new RedEugeneIntroduct
93101
94102<h4 >Examples:</h4 >
95103
96- - All callable methods
104+ - All runnable methods
97105 -> [ ExampleMain.java] ( https://github.com/mintUI9976/RedEugene/blob/master/src/main/java/com/zyonicsoftware/minereaper/example/ExampleMain.java )
98- - SchedulerRun
106+ - RedEugeneSchedulerRunnable custom reference
107+ -> [ ExampleSchedulerRunnable.java] ( https://github.com/mintUI9976/RedEugene/blob/master/src/main/java/com/zyonicsoftware/minereaper/example/ExampleSchedulerRunnable.java )
108+ - RedEugeneVoidExecutorRunnable custom reference
109+ -> [ ExampleVoidExecutorRunnable.java] ( https://github.com/mintUI9976/RedEugene/blob/master/src/main/java/com/zyonicsoftware/minereaper/example/ExampleVoidExecutorRunnable.java )
110+
111+ <hr />
112+
113+ <h4 >Wiki:</h4 >
114+
115+ - [ What is an Daemon thread in Java?] ( https://github.com/mintUI9976/RedEugene/wiki/What-is-an-Daemon-thread-in-Java%3F )
116+ - [ What is an EugeneJob?] ( https://github.com/mintUI9976/RedEugene/wiki/What-is-an-EugeneJob%3F )
117+ - [ What is thread priority in Java?] ( https://github.com/mintUI9976/RedEugene/wiki/What-is-thread-priority-in-Java%3F )
118+
119+ <hr />
99120
100121</div >
101122
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77apply plugin : ' maven'
88
99group ' com.zyonicsoftware.minereaper.redeugene'
10- version ' v0.1.8 '
10+ version ' v0.1.9 '
1111
1212repositories {
1313 mavenCentral()
You can’t perform that action at this time.
0 commit comments