2
0
mirror of https://github.com/boostorg/context.git synced 2026-01-23 17:32:16 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
Ben Wiederhake
b868537ba7 fix then/than-typos in doc 2015-09-01 13:15:25 +02:00
Ben Wiederhake
948893b0f8 fix copy-pasted typo in doc 2015-09-01 13:15:21 +02:00
Oliver Kowalke
f8fda25030 add reference to BOOST_USE_WINFIBERS in docu 2015-06-05 20:02:40 +02:00
Oliver Kowalke
aadb5968f4 remove parent-tracking in execution_context
- tracking parent inside of execution_context:
- costs performance
- execution_context doesn't realy know which execution_context should be
  executed next (if it's terminating)
- fibers do not care of the parent context -> scheduler decides which is
  the next context
2015-06-03 09:00:21 +02:00
Oliver Kowalke
41123e262d make execution_context conform to N4397 2015-03-26 10:00:42 +01:00
Oliver Kowalke
1fbea51a47 update docu 2015-03-05 17:28:50 +01:00
Oliver Kowalke
c876a81184 docu 2015-02-18 18:47:26 +01:00
Oliver Kowalke
bc3cd0fbed rename jump_to() -> resume() 2015-02-18 18:23:58 +01:00
Oliver Kowalke
2dce78f1bf update docu 2015-01-23 22:27:08 +01:00
Oliver Kowalke
aba41e54cc update documentation 2015-01-23 22:19:23 +01:00
Oliver Kowalke
ba36e3d243 add support for execution_context 2014-11-21 20:21:47 +01:00
Oliver Kowalke
f1f7a800a5 update documentation 2014-02-20 20:38:23 +01:00
Oliver Kowalke
fac5cc5e12 fix type in docu 2014-01-17 17:34:47 +01:00
Oliver Kowalke
fdbf0d5211 add html-pages for 2014-01-17 17:28:19 +01:00
Oliver Kowalke
1e05fc5fad docuemntation updated (supported architectures) 2014-01-17 17:25:11 +01:00
Oliver Kowalke
47329c468a fix docu 2014-01-16 18:02:09 +01:00