commit | 923caadf3befd6b4fcc8cac8ba0119b278dfb371 | [log] [tgz] |
---|---|---|
author | Peter Bigot <peter.bigot@nordicsemi.no> | Wed Sep 30 14:33:45 2020 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Oct 09 11:48:00 2020 +0200 |
tree | 9f8847e204af8f71060d8dcb155d75b5aaf7c3c9 | |
parent | 16fe3af327d3a632f1c11bb56777196ebcc677c2 [diff] |
kernel: delayed_work: update k_delayed_work_cancel documentation Although the documentation states that only work items that have not completed the delay can be cancelled, in fact pending items can also be removed from a work queue. Document that behavior Also document the specific return value that will be obtained based on the state of the work item at the time cancellation was attempted using the current implementation. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>