Skip to content

Commit 7077079

Browse files
committed
more formatting fixes
1 parent a1cfb33 commit 7077079

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/issues-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ the respective issue):
7575
[LB](https://github.com/lewissbaker/papers/blob/master/isocpp/task-issues.org#affine_on-might-not-have-the-right-shape)
7676

7777
- `affine_on` should just depend on the receiver's `get_scheduler()`.
78-
- comment: agreed - that is design, though
78+
- comment: agreed; that is design, though
7979

8080
## `affine_on` schedule vs. stop token
8181

@@ -145,11 +145,11 @@ the respective issue):
145145
- fix: have the stop source in promise and only when needed
146146
- comment: I think that is already allowed; maybe should be clarified, recommended practice?
147147

148-
## stop_token default constructible
148+
## `stop_token` default constructible
149149

150150
[LB](https://github.com/lewissbaker/papers/blob/master/isocpp/task-issues.org#taskpromise_type-wording-assumes-that-stop-token-is-default-constructible)
151151

152-
- the exposition-only member for stop_token require default constructible
152+
- the exposition-only member for `stop_token` require default constructible
153153
- fix: don't have it: get it from env or stop source
154154
- comment: I think that is alrady allowed
155155

@@ -159,15 +159,15 @@ the respective issue):
159159

160160
- frame should be destroyed before completing
161161
- fix: result in state, destroy before completing
162-
- comment: that is what I had hoped to say - may need wording fix
162+
- comment: that is what I had hoped to say; may need wording fix
163163

164164
## inefficient env
165165

166166
[LB](https://github.com/lewissbaker/papers/blob/master/isocpp/task-issues.org#taskpromise_typeget_env-seems-to-require-an-inefficient-implementation)
167167
[DK](https://github.com/bemanproject/task/blob/issues/docs/issues.md#the-environment-design-is-odd)
168168

169-
- own_env must copy lots of state
170-
- comment: own_env just allows a potential type-erase entity to be workable, primarily it is env
169+
- `own_env` must copy lots of state
170+
- comment: `own_env` just allows a potential type-erase entity to be workable, primarily it is env
171171

172172
## no completion scheduler
173173

0 commit comments

Comments
 (0)