mirror of
https://github.com/boostorg/coroutine2.git
synced 2025-05-09 23:24:01 +00:00
removed support for WINFibers
This commit is contained in:
parent
a73e4b1ace
commit
c5c7ff612f
@ -90,16 +90,6 @@ As an example, the code below will result in undefined behaviour:
|
||||
coro();
|
||||
|
||||
|
||||
[section:winfibers using Windows Fiber API]
|
||||
|
||||
Because the TIB (thread information block) is not fully described in the MSDN,
|
||||
it might be possible that not all required TIB-parts are swapped.
|
||||
With compiler flag `BOOST_USE_WINFIBERS` `coroutine<>` uses internally the
|
||||
Windows Fiber API.
|
||||
|
||||
[endsect]
|
||||
|
||||
|
||||
[include asymmetric.qbk]
|
||||
|
||||
[endsect]
|
||||
|
Loading…
x
Reference in New Issue
Block a user