Skip to content

Commit

Permalink
Add bshoshany-thread-pool to examples.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuanqiXu9 committed Dec 20, 2024
1 parent f6480a3 commit f5f8714
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions content/examples.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
This page records good examples of projects using modules natively. This is pretty helpful to give us a feeling
about how to develop with modules.
### Examples to provide modules while keeping headers

The section collects good examples to provide modules while keep headers.

- [bshoshany-thread-pool](https://github.com/bshoshany/thread-pool). The project is a good example
for libraries to provide modules with keeping headers. Its README page also gives a very detailed
explanation on how to use the wrapped modules. This is really good for beginners to understand how
to adopt modules.


### Examples to use modules natively

Following off are good examples to use modules natively. This is pretty helpful to give us a feeling
about how to develop with modules natively.

- [infinity](https://github.com/infiniflow/infinity)
- [technical-machine](https://github.com/davidstone/technical-machine)
- [atr](https://github.com/kaimfrai/atr/tree/main)
- [async_simple's modules branch](https://github.com/alibaba/async_simple/tree/CXX20Modules)
- [async_simple's modules branch](https://github.com/alibaba/async_simple/tree/CXX20Modules)

0 comments on commit f5f8714

Please sign in to comment.