• Now, there is only one callback for command(), and it returns a const
    reference to the Command object. The user is responsible for error
    checking using c.ok(), c.status(), and getting the reply with c.reply().
    This significantly cleans up the library code and the user code.
    
    Greatly refactored the data type specialization code in command.cpp.
    Hayk Martirosyan authored
     
    Browse File »




  • Improved examples, added a threaded getter/setter example
    and cleaned up the other. Generally refactored code in the
    core files and cleaned up the details to make the slickest
    possible API. Implemented a to_exit variable as a stop
    condition for the event thread.
    Hayk Martirosyan authored
     
    Browse File »