👉 In programming, a non-pendingly function or subroutine is a function that does not have any return value. In other words, it does not return anything from its execution and does not take input parameters. This can be useful in situations where you want to execute a function without waiting for the result of an external operation.