• The lock used with the condition variable should always be the same one
    guarding changes to the condition itself, in these cases, the lock
    guarding changes to the subscribe and psubscibe data structures.
    
    This commit also limits the number of locks held by the subscribeBase
    function at any one time.
    Collin Hockey authored
     
    Browse Dir »



  • User can now enable no-wait mode, which chooses whether we use the
    EVRUN_NOWAIT flag in ev_run. The default is off, so that we don't
    use 100% CPU. Note added in tutorial to enable when performance
    is critical. Added to the speed test examples.
    
    Bump to 0.2.1. Remove patch number from HISTORY entry - that's what the
    git log is for. Make note on minor release.
    Hayk Martirosyan authored
     
    Browse Dir »