Skip to content

Commit fdf9c80

Browse files
committed
Deploying to gh-pages from @ 6bb5036 🚀
1 parent 7aab146 commit fdf9c80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

md_docs_contributing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<div class="contents">
103103
<div class="textblock"><h1><a class="anchor" id="autotoc_md0"></a>
104104
Contributing to &lt;tt&gt;beman::execution&lt;/tt&gt;</h1>
105-
<p>We welcome all constructive contributions! You will have something you can contribute independent of your level expertise!</p>
105+
<p>We welcome all constructive contributions! You will have something you can contribute independent of your level of expertise!</p>
106106
<p>There is a huge range of contributions needed and welcome! Here is an incomplete list of starting points for contributions:</p>
107107
<ul>
108108
<li>Some documentation is unclear.</li>
@@ -113,7 +113,7 @@
113113
<li>The implememtation of a component may be missing.</li>
114114
<li>The layout of some pages related to the project can be improved.</li>
115115
<li>Some behaviour of a component isn't tested or documented.</li>
116-
<li>You found something which should be linked from the <a href="https://github.com/bemanproject/execution/blob/main/docs/contributing.md">resources</a> page.</li>
116+
<li>You found something which should be linked from the <a href="https://github.com/bemanproject/execution/blob/main/docs/resources.md">resources</a> page.</li>
117117
<li>There are <a href="https://github.com/bemanproject/execution/pulls">pull requests</a> which could be reviewed.</li>
118118
<li>This very page or list is lacking something.</li>
119119
</ul>

md_docs_overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ <h2><a class="anchor" id="autotoc_md4"></a>
253253
<code>scheduler&lt;<em>Scheduler</em>&gt;</code></summary>
254254
<p>Schedulers are used to specify the execution context where the asynchronous work is to be executed. A scheduler is a lightweight handle providing a <code><a href="‘#schedule’">schedule</a></code> operation yielding a <code><a href="‘sender’">sender</a></code> with a value <a href="‘#completion-signal’">completion signal</a> without parameters. The completion is on the respective execution context.</p>
255255
<p>Requirements for <code><em>Scheduler</em></code>:</p><ul>
256-
<li>The type <code><em>Scheduler</em>::scheduler_concept</code> is an alias for <code>scheduler_t</code> or a type derived thereof`.</li>
256+
<li>The type <code><em>Scheduler</em>::scheduler_concept</code> is an alias for <code>scheduler_t</code> or a type derived thereof.</li>
257257
<li><code><a href="‘#schedule’">schedule</a>(<em>scheduler</em>) -&gt; <a href="‘sender’">sender</a></code></li>
258258
<li>The <a href="‘#get-completion-scheduler’">value completion scheduler</a> of the <code><a href="‘sender’">sender</a></code>’s <a href="‘#environment’">environment</a> is the <code><em>scheduler</em></code>: <em>scheduler</em> == std::execution::get_completion_scheduler&lt;std::execution::set_value_t&gt;( std::execution::get_env(std::execution::schedule(<em>scheduler</em>)) )</li>
259259
<li><code>std::equality_comparable&lt;<em>Scheduler</em>&gt;</code></li>

0 commit comments

Comments
 (0)