Skip to content
Snippets Groups Projects
Commit 1a32af4a authored by benjamin.franksen's avatar benjamin.franksen
Browse files

docs: added a todo item for delay in action code

parent 9040f128
No related branches found
No related tags found
No related merge requests found
......@@ -1087,6 +1087,10 @@ calling :c:func:`delay` in action code does *not* introduce a delay at this
point. Later versions of *snc* may output a warning or even stop with an
error.
.. todo:: What about changing this so that :c:func:`delay` in action code
*does* introduce a delay? In other words, compile 'delay(<expr>)' to
'epicsThreadSleep(<expr>)' if called in action code.
delay expired
^^^^^^^^^^^^^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment