Commit 9cf06f69 authored by Davis King's avatar Davis King

clarified spec

parent e19f5d65
...@@ -123,9 +123,9 @@ namespace dlib ...@@ -123,9 +123,9 @@ namespace dlib
/*! /*!
ensures ensures
- does not block. - does not block.
- returns the amount of time that *this will wait between the return of - returns the amount of time, in milliseconds, that *this will wait between
one call to the action_function() and the beginning of the next call the return of one call to the action_function() and the beginning of the
to the action_function(). next call to the action_function().
!*/ !*/
void set_delay_time ( void set_delay_time (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment