Skip to content

Commit a44693d

Browse files
committed
Merge branch 'master' of github.com:lecousin/java-framework-core into 0.8
2 parents d37c62a + a0ce4d5 commit a44693d

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@ is recommended for better performances on disk operations (detection of physical
1010

1111
## Build status
1212

13-
Current version: 0.8.0
13+
Current version:
14+
[0.8.0](https://github.com/lecousin/java-framework-core/releases/tag/0.8.0 "Download")
15+
16+
Modules:
17+
* core 0.8.0
18+
[Javadoc](https://www.javadoc.io/doc/net.lecousin/core/0.8.0 "Javadoc")
19+
[Maven Central Repository](http://search.maven.org/#artifactdetails%7Cnet.lecousin%7Ccore%7C0.8.0%7Cjar "Maven")
20+
* log.bridges.commons-logging 0.1.0
21+
[Javadoc](https://www.javadoc.io/doc/net.lecousin.framework/log.bridges.commons-logging/0.1.0 "Javadoc")
22+
[Maven Central Repository](http://search.maven.org/#artifactdetails%7Cnet.lecousin.framework%7Clog.bridges.commons-logging%7C0.1.0%7Cjar "Maven")
1423

1524
Master: ![build status](https://travis-ci.org/lecousin/java-framework-core.svg?branch=master "Build Status")
1625

@@ -46,6 +55,9 @@ By default, the order tasks are executed is based on tasks' priority,
4655
then for the same priority in a first-in-first-out order.
4756
This may be changed by providing a new implementation of TaskPriorityManager.
4857

58+
The multi-threading system handles CPU and drives tasks, for network asynchronous operations you can
59+
use the library [net.lecousin.framework.network](https://github.com/lecousin/java-framework-network "java-framework-network").
60+
4961
## IO Model
5062

5163
The model provided by Java is very basic and mainly based on streams (reading or writing forward).
@@ -61,6 +73,8 @@ and it can resize the IO can be defined as follow:
6173
public <T extends IO.Writable.Seekable & IO.Resizable> myMethod(T io) { ... }
6274

6375
In addition, the model add asynchronous operations (non-blocking).
76+
77+
See [Javadoc](https://static.javadoc.io/net.lecousin/core/0.8.0/net/lecousin/framework/io/package-summary.html "package io") for more information.
6478

6579
## Startup
6680

0 commit comments

Comments
 (0)