Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,5 +596,5 @@ handleUncaughtException([](Promise &d) {
This library is thread safe by default. However, it is strongly recommented to use this library on single thread,
especially when you don't clearly know about which thread will runs the chain tasks.

For better performance, we can aslo disable multithread by adding macro PROMISE_MULTITHREAD=0
For better performance, we can also disable multithread by adding macro PROMISE_MULTITHREAD=0