We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f39a65 commit 7067adcCopy full SHA for 7067adc
include/nodepp/nodepp.h
@@ -49,8 +49,9 @@ namespace nodepp { namespace process {
49
50
/*─······································································─*/
51
52
- inline int next(){ static uchar count=0; if( count%64==0 ){ yield(); }
53
- count++ ; coStart
+ inline int next(){
+ // static uchar count=0; if( count%64==0 ){ yield(); } count++
54
+ yield() ; coStart
55
if( !_poll_.empty() ) { _poll_.next(); coNext; }
56
if( !_loop_.empty() ) { _loop_.next(); coNext; }
57
if( !_foop_.empty() ) { _foop_.next(); coNext; }
0 commit comments