Skip to content

Commit a0ce4d5

Browse files
committed
update README
1 parent 740fdeb commit a0ce4d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ By default, the order tasks are executed is based on tasks' priority,
5555
then for the same priority in a first-in-first-out order.
5656
This may be changed by providing a new implementation of TaskPriorityManager.
5757

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+
5861
## IO Model
5962

6063
The model provided by Java is very basic and mainly based on streams (reading or writing forward).

0 commit comments

Comments
 (0)