Skip to content

Commit

Permalink
improve the consistency of naming and qualification (#162)
Browse files Browse the repository at this point in the history
* sender expressions are now `sndr[0-9]?` or `out_sndr` (not just `s`)
* sender types are `Sndr[0-9]?` or `OutSndr`
* scheduler expressions are `sch[0-9]?`
* scheduler types are `Sch`
* receiver expressions are `rcvr[0-9]?` or `out_rcvr`
* receiver types are `Rcvr[0-9]?` or `OutRcvr`
* environments expressions are `env\d?` and have type `Env\d?`
* remove `std::` qualification on all entities besides `std::move` and
  `std::forward`
* fix places still referring to `get_env` in the `std::` namespace
  • Loading branch information
ericniebler authored Dec 14, 2023
1 parent d1d04ff commit 03145a5
Showing 1 changed file with 826 additions and 832 deletions.
Loading

0 comments on commit 03145a5

Please sign in to comment.