oxen-io / oxen-mq

Communications layer used for both the Oxen storage server and oxend
https://oxen.io
BSD 3-Clause "New" or "Revised" License
19 stars 36 forks source link

Add timer cancellation & timer tests #38

Closed jagerman closed 3 years ago

jagerman commented 3 years ago

Updates add_timer to return a new opaque TimerID object that can later be passed to cancel_timer to cancel an existing timer.

Also adds timer tests, which was omitted (except for one in the tagged threads section), along with a new test for timer deletion.