2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-19 14:22:23 +00:00
Commit Graph

21 Commits

Author SHA1 Message Date
Oliver Kowalke
40dcccfef1 remove assertions, adapt tests 2013-01-03 06:35:50 +01:00
Oliver Kowalke
57a33062d8 spin_mutex used 2013-01-01 15:29:39 +01:00
Oliver Kowalke
77e1b216e0 use atomic operations 2012-12-31 11:34:02 +01:00
Oliver Kowalke
df45e885d2 set fiber::priority via scheduler 2012-12-29 11:09:14 +01:00
Oliver Kowalke
f8e68e0987 let fiber::join() throw exceptions 2012-12-29 10:53:11 +01:00
Oliver Kowalke
82f0fdbed9 exceptions adapted to system_error 2012-12-29 10:31:52 +01:00
Oliver Kowalke
e9c107cf04 add fiber::joinable(), use joinable() in destructor 2012-12-28 17:11:44 +01:00
Oliver Kowalke
dfa541c882 call std::terminate() by destruction if fiber active 2012-12-28 17:00:38 +01:00
Oliver Kowalke
57991f5b14 add future< T >::then() 2012-12-26 20:57:10 +01:00
Oliver Kowalke
14d40f2d86 priority() functons added to fiber 2012-12-24 07:46:34 +01:00
Oliver Kowalke
670b36f4cb round_robin::migrate_from/to added 2012-12-24 07:33:44 +01:00
Oliver Kowalke
cfdcf1d16a interface algorithm, round_robin 2012-12-19 19:37:05 +01:00
Oliver Kowalke
b0a59e4fb8 default_scheduler moved to public namespace 2012-12-16 20:27:53 +01:00
Oliver Kowalke
86f4df89f3 rename scheduler::swap() to scheduler::replace() 2012-12-16 16:38:49 +01:00
Oliver Kowalke
f306dcc391 scheduler::swap() 2012-12-15 14:36:39 +01:00
Oliver Kowalke
fb79b6eccb move scheduler in public namespace 2012-12-14 12:33:37 +01:00
Oliver Kowalke
35ac18fa73 scheduler is interface; default_scheduler added 2012-12-14 10:40:35 +01:00
Oliver Kowalke
4c13f609ee remove waitfor-functions for fiber 2012-12-14 10:39:55 +01:00
Oliver Kowalke
501840f077 instance pointer not function-local 2012-12-13 19:19:05 +01:00
Oliver Kowalke
645281a2ba add fiber::detach() 2012-12-13 17:59:13 +01:00
Oliver Kowalke
81e62e8962 changed directory structure as required by modularized-boost 2012-12-09 15:22:59 +01:00