Logo white

Peter M. Groen / redox

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 152
  • Compare
  • Branches 1
  • Tags 0
  • redox
  • examples
  • simple_loop.cpp
25 Dec, 2014
2 commits
  • Rename CommandAsync->Command, cancel functionality ...
    df429ec2
    Renamed CommandAsync to Command to make things simpler, and
    refactored into its own file.
    
    command() now returns a pointer to the created Command object,
    which the client can pass into cancel() to stop any delayed
    or repeating calls. This is very important for an asynchronous
    client.
    Hayk Martirosyan authored
    2014-12-25 18:30:31 -0500  
    Browse File »
  • Working loop command implementation ...
    be5fad76
    Uses libev timer watchers to queue commands on a regular
    interval. Very fast. Still need to handle deactivation of
    timers from the user side.
    Hayk Martirosyan authored
    2014-12-25 04:06:59 -0500  
    Browse File »