Skip to content

Commit 9a7fd30

Browse files
author
mint9976
committed
version v0.1.9
update README.md
1 parent 07bd199 commit 9a7fd30

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff 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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
apply plugin: 'maven'
88

99
group 'com.zyonicsoftware.minereaper.redeugene'
10-
version 'v0.1.8'
10+
version 'v0.1.9'
1111

1212
repositories {
1313
mavenCentral()

0 commit comments

Comments
 (0)