mirror of
https://github.com/boostorg/coroutine2.git
synced 2025-05-11 13:34:08 +00:00
Update README.md
This commit is contained in:
parent
6ebc2d6b32
commit
3978e3f845
@ -10,4 +10,4 @@ Coroutines can be viewed as a language-level construct providing a special kind
|
|||||||
In contrast to threads, which are pre-emptive, coroutines switches are cooperative (programmer controls
|
In contrast to threads, which are pre-emptive, coroutines switches are cooperative (programmer controls
|
||||||
when a switch will happen). The kernel is not involved in the coroutine switches.
|
when a switch will happen). The kernel is not involved in the coroutine switches.
|
||||||
|
|
||||||
boost.coroutine2 is C++11-only!
|
boost.coroutine2 is C++14-only!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user