-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add bshoshany-thread-pool to examples.md
- Loading branch information
1 parent
f6480a3
commit f5f8714
Showing
1 changed file
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |