Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 0bf3147

Browse files
committed
Add links to javadoc/examples
Also removes a goal sentence that doesn't seem worth mentioning Fixes #42
1 parent d7f84ff commit 0bf3147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The library is broken up into three packages:
88
* [Iteration](#iteration)
99
* [Util](#util)
1010

11-
Working with plain CompletableFutures becomes more difficult when much of the chained work happens far removed from the source of asynchronity. Special care needs to be taken to avoid blocking or blowing up the stack on certain thread pools, either user code must lose abstraction and be cognizant of where a computation is running, or be forced to spin up more threads and incur additional overhead. These tools make it easy to write high level asynchronous code that avoids explicitly dealing with these problems.
11+
To get started, you can browse the [javadocs](https://pages.github.ibm.com/cs-team-atg/async-util/apidocs/overview-summary.html) or walk through some [example code](https://github.ibm.com/cs-team-atg/async-util/blob/master/asyncutil/src/test/java/com/ibm/asyncutil/examples/nio/nio.md).
1212

1313
## Downloading
1414
TODO maven instructions

0 commit comments

Comments
 (0)