You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/reference/experimental/context.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
[#context]
2
2
== cobalt/experimental/context.hpp
3
3
4
-
WARNING: This is (most likely) undefined behaviour, since the violates a precondition in the standard. A paper to address this can be found here (https://isocpp.org/files/papers/P3203R0.html).
4
+
WARNING: This is undefined behaviour, since the violates a precondition in the standard.
5
5
6
6
This header provides `experimental` support for using `boost.fiber` based stackful coroutines
7
7
as if they were C++20 coroutines. That is, they can use `awaitables` by being able to be put into a `coroutine_handle`.
8
-
Likewise the implementation uses a C++20 coroutine promise and runs is as if it was a C++20 coroutine.
8
+
Like-wise the implementation uses a C++20 coroutine promise and runs is as if it was a C++20 coroutine.
0 commit comments