Skip to content

Commit 8196fc9

Browse files
committed
Merge branch 'master' of https://github.com/lexxmark/qt-async
2 parents 2aea0a7 + 92b1691 commit 8196fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This library has some usefull Qt classes and widgets for asyncronious operations
33
[![qt-async demo video](https://img.youtube.com/vi/aTXOpmVRXq0/maxresdefault.jpg)](https://youtu.be/aTXOpmVRXq0)
44

55
# Brief overview
6-
This library introduces *async values*. Like std::future<T> *async value* holds the *result* of async operation or *error* (if operation was unsuccessfull).
6+
The library introduces *async values*. Like std::future<T> *async value* holds the *result* of async operation or *error* (if operation was unsuccessfull).
77
Also it holds *progress* if async operation is still executing and has *stateChanged* signal that fires when async value is switching between progress, result and error.
88

99

0 commit comments

Comments
 (0)