Skip to content

Commit c58c3ab

Browse files
committed
Fixed README
1 parent ca9f322 commit c58c3ab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ A java based implementation of NS Operation Queue.
33

44
The following library provides the following features:
55
- Creating async operations which can have dependencies on each other.
6-
- Adding a condition to the operator that needs to be met for its successful execution/
7-
- Adding an oberver to the operation that listens to its lifecycle events.
6+
- Adding a condition to the operator that needs to be met for its successful execution.
7+
- Adding an observer to the operation that listens to its lifecycle events.
8+
- Adding a completion listener to the operation that signal the completion of operation.
89

910
Utils:
1011
- Timeout observer - This can be added to an operation to limit its execution time.
@@ -15,3 +16,5 @@ New features over NS Operation Queue:
1516

1617
Missing features from NS Operation Queue:
1718
- Synchronous operations. (Only async operations supported.)
19+
20+
Take a look at https://github.com/vaibhav9225/OperationQueueJava/blob/master/src/OperationQueueExample.java for more information.

0 commit comments

Comments
 (0)