Update README.md

This commit is contained in:
Oliver Kowalke 2018-02-05 08:10:22 +01:00 committed by GitHub
parent f590244a07
commit a28b850bcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,3 +11,4 @@ In contrast to threads, which are pre-emptive, coroutines switches are cooperati
when a switch will happen). The kernel is not involved in the coroutine switches.
boost.coroutine2 requires C++11!
Note that boost.coroutine2 is the successor of the deprectated boost.coroutine.