Skip to content

Commit

Permalink
Add resources (#128)
Browse files Browse the repository at this point in the history
* added some information on contributing and resources

* fixed links
  • Loading branch information
dietmarkuehl authored Jan 25, 2025
1 parent 1bf8575 commit e9c3032
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ e.g.:
## Help Welcome!

There are plenty of things which need to be done. See the
[contributions page](https://github.com/bemanproject/execution/docs/contributing.md)
for some ideas how to contribute. The [resources page](https://github.com/bemanproject/execution/docs/resources.md)
[contributions page](https://github.com/bemanproject/execution/blob/main/docs/contributing.md)
for some ideas how to contribute. The [resources page](https://github.com/bemanproject/execution/blob/main/docs/resources.md)
contains some links for general information about the sender/receivers and `std::execution`.

## Build
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ incomplete list of starting points for contributions:
* The layout of some pages related to the project can be improved.
* Some behaviour of a component isn't tested or documented.
* You found something which should be linked from the
[resources](https://github.com/bemanproject/execution/docs/resources.md) page.
[resources](https://github.com/bemanproject/execution/blob/main/docs/contributing.md) page.
* There are [pull requests](https://github.com/bemanproject/execution/pulls)
which could be reviewed.
* This very page or list is lacking something.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This page has links to some resources related to this repository:

* Lucian Teodorescu's [Overload](https://accu.org/journals/nonmembers/overload_issue_members/) article [Senders/Receivers: An Introduction](https://accu.org/journals/overload/32/184/teodorescu/).
* Lucian Radu Teodorescu's [Overload](https://accu.org/journals/nonmembers/overload_issue_members/) article [Senders/Receivers: An Introduction](https://accu.org/journals/overload/32/184/teodorescu/).
* Eric Niebler's Working with Asynchrony Generically: A Tour of C++ [Executors part 1](https://youtu.be/xLboNIf7BTg?si=JhXh55lCGW9-EuQl)/[part 2](https://youtu.be/6a0zzUBUNW4?si=7We2cRiJD0eJ7jm9).
* Goran Arandelovic's presentation [Introduction to Sender/Receiver Framework and `std::execution`](https://eel.is/c++draft/#exec) at [Using std::cpp](https://eventos.uc3m.es/105614/programme/using-std-cpp-2024.html) 2024
* The [`std::execution](https://wg21.link/p2300) proposal.
Expand Down

0 comments on commit e9c3032

Please # to comment.