Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yosriayed authored Apr 26, 2024
1 parent e51ed74 commit 601fb52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# cplease
CppParallelEase (or cplease) is a C++ header-only library that tries to provide some improved primitives to ease the writing of parallel and asynchronous c++ tasks
CppParallelEase (or cplease) is a C++ header-only library that tries to provide some usefull tools to ease the writing of parallel and asynchronous c++ tasks
- [future/promise](#future_promise)
- [multiple futures/promises](#futures_promises)
- [thread_pool](#thread_pool)
Expand Down Expand Up @@ -405,4 +405,4 @@ See the [tests](https://github.com/yosriayed/cplease/blob/main/test/circbuff.tes

## <a id="channel"></a> spmc/mpsc channel

See the [tests](https://github.com/yosriayed/cplease/blob/main/test/channel.test.cpp) for more usage examples
See the [tests](https://github.com/yosriayed/cplease/blob/main/test/channel.test.cpp) for more usage examples

0 comments on commit 601fb52

Please sign in to comment.