Performs a sleep long enough to allow a watch operation
to pick up a change.
You should never really need this. Where it is useful
is for unit testing with IO operations and you want to
wait for your write operations to get picked up by
a file watch operation.
Performs a sleep long enough to allow a watch operation to pick up a change.
You should never really need this. Where it is useful is for unit testing with IO operations and you want to wait for your write operations to get picked up by a file watch operation.