If the sleep time of a function at first time differs from the second time, but the output is the same, is it still a idempotent function?

📝

内容提要

For example, if the sleep time of a function would change after first execution but the output remains unchanged, e.g.: public static int myFunction(){ try { ...

➡️

继续阅读