Commit Graph

1840 Commits

Author SHA1 Message Date
Oliver Kowalke
a1f5407e0d Merge branch 'develop' 2016-08-20 13:16:50 +02:00
Oliver Kowalke
e9144fba8e remove warning in docu 2016-08-20 13:16:29 +02:00
Oliver Kowalke
88873658bd Merge branch 'develop' 2016-07-06 19:45:03 +02:00
oliver Kowalke
6a13a1e772 fix unit-tests regarding to returning moveable-only type 2016-06-27 11:15:05 +02:00
oliver Kowalke
03c6ea85a2 Merge branch 'develop' 2016-06-21 08:32:29 +02:00
oliver Kowalke
f5dda504ae fix test/Jamfile.v2 requirements 2016-06-17 08:26:08 +02:00
oliver Kowalke
4fbded4616 add boostdoc to doc/Jamfile 2016-06-15 08:17:09 +02:00
oliver Kowalke
ccfbb1a187 Merge branch 'develop' 2016-06-07 08:25:42 +02:00
oliver Kowalke
975b11dc25 add index.htm 2016-06-07 08:14:02 +02:00
oliver Kowalke
dfef6a9bf4 add subdir meta 2016-06-07 07:58:25 +02:00
Oliver Kowalke
057364c824 Update README.md 2016-05-26 05:55:18 +02:00
Oliver Kowalke
ae645b20c5 Update README.md 2016-05-26 05:54:42 +02:00
Oliver Kowalke
c9be1a529f Merge branch 'develop' 2016-05-23 18:38:22 +02:00
Oliver Kowalke
9add30c909 synchr. non-atomics via fence 2016-05-23 18:37:35 +02:00
oliver Kowalke
926bed2c28 Merge branch 'develop' 2016-05-23 15:45:38 +02:00
oliver Kowalke
d37e26cd14 apply memory ordering in detaching/attaching a context 2016-05-23 11:19:24 +02:00
oliver Kowalke
18a69a77a6 Revert "replace atomic< scheduler > by raw pointer"
This reverts commit 4c8ccf384a.
2016-05-23 10:48:50 +02:00
oliver Kowalke
4c8ccf384a replace atomic< scheduler > by raw pointer
- to synchronize, use a fence in scheduler::detach_worker_context()
  and scheduler::attach_worker_context()
2016-05-23 09:02:01 +02:00
Oliver Kowalke
c9fd43549b remove example work_stealing 2016-05-22 18:15:49 +02:00
Oliver Kowalke
1f81bc2a5f Merge branch 'exp' into develop 2016-05-22 07:20:22 +02:00
Oliver Kowalke
45e8e47062 Merge branch 'develop' 2016-05-20 20:13:11 +02:00
Oliver Kowalke
826ad9165f remove skynet_shared 2016-05-20 20:12:44 +02:00
Oliver Kowalke
10abb08ba1 Merge branch 'develop' 2016-05-20 19:12:49 +02:00
Oliver Kowalke
b5f278df34 use std::mutex for locking operations 2016-05-20 18:34:09 +02:00
Oliver Kowalke
499aa325fd Merge pull request #87 from nat-goodspeed/exp
Fix documentation about random_chase_lev et al.
2016-05-20 18:31:17 +02:00
Nat Goodspeed
155c803075 Fix documentation about random_chase_lev et al. 2016-05-20 11:39:28 -04:00
oliver Kowalke
f8af45e0ba Merge branch 'develop' 2016-05-19 07:50:48 +02:00
oliver Kowalke
7f18392f25 channels: wrap atomic by BOOST_FIBERS_NO_ATOMICS 2016-05-19 07:49:05 +02:00
oliver Kowalke
9b063bb722 make refcounter for channel-nodes thread-safe 2016-05-19 07:48:57 +02:00
oliver Kowalke
e610910b1e channels: wrap atomic by BOOST_FIBERS_NO_ATOMICS 2016-05-18 09:05:58 +02:00
oliver Kowalke
726f690635 make refcounter for channel-nodes thread-safe 2016-05-18 08:33:24 +02:00
Oliver Kowalke
66e61eac4b use std::mutex to protec remote-reqdy queue in scheduler 2016-05-16 21:29:25 +02:00
Oliver Kowalke
621de905f7 update comment 2016-05-16 14:32:38 +02:00
Oliver Kowalke
ab4381bfe2 add syknet test for chase-lev 2016-05-16 14:30:38 +02:00
Oliver Kowalke
4e581b55d7 update documentation 2016-05-16 14:26:39 +02:00
Oliver Kowalke
8bd1006634 add random_chase_lev algorithm 2016-05-16 14:25:19 +02:00
Oliver Kowalke
576880ee9a replace fast_pool_allocator by std::allocator 2016-05-13 20:16:09 +02:00
Oliver Kowalke
310f3ce2f2 move sched_algorithm to algo::algorithm
- new namesapce algo
- shared_round_robin with shared ready queue
2016-05-13 20:14:48 +02:00
Oliver Kowalke
60ee35879f Merge branch 'develop' 2016-05-12 20:35:38 +02:00
Oliver Kowalke
f1b43062d5 update documentation 2016-05-12 20:35:21 +02:00
Oliver Kowalke
91d2176626 Merge branch 'develop' 2016-05-12 20:34:33 +02:00
Oliver Kowalke
ae03321771 add skynet test with work sharing 2016-05-12 20:33:58 +02:00
Oliver Kowalke
df13aa0269 Merge branch 'develop' 2016-05-09 20:38:57 +02:00
oliver Kowalke
4d47c74911 examples work sharing/stealing: spin in suspend_until()
- no fiber will sleep in both examples
- threads spin in dispatcher-fiber calling sched_algo::suspend_until()
  because thread should not be blocked if no ready fiber is available
2016-05-09 12:00:37 +02:00
oliver Kowalke
156b7d3eb0 remove unnecessary fiber invocation in skynet 2016-05-09 10:12:38 +02:00
Oliver Kowalke
6f1d1a3479 Merge branch 'develop' 2016-05-08 23:28:56 +02:00
Oliver Kowalke
d7b8c6714c some fixes for syknet 2016-05-08 23:28:37 +02:00
Oliver Kowalke
1b69d1afd4 Merge branch 'develop' 2016-05-08 14:00:10 +02:00
Oliver Kowalke
cf47ee0eb7 update docu 2016-05-08 13:51:38 +02:00
Oliver Kowalke
577a4bcdac fix async() overload 2016-05-08 13:50:04 +02:00