Add ChangLog entries, update NEWS and README.

I should have called version 1.10 as 2.0, becase it introduced API
change.
This commit is contained in:
NIIBE Yutaka
2019-04-24 09:57:51 +09:00
parent 97811f2e1c
commit 2d2d544c5d
4 changed files with 29 additions and 6 deletions

View File

@@ -101,7 +101,7 @@ enables coherent code for ease of maintenance.
While threads are important, we don't need more threads than
necessary. Chopstx provides a feature of poll, so that we can
minimize use of threads.
handle multiple events by a single thread.
@node Threads and only Threads