Snippets tagged tail-recursion

  • Async function that retries work

    A simple asynchronous workflow that retries running a given async workflow (until "resultOk" function returns true or until a specified number of retries is performed). The function uses tail-recursion in async workflows.

    24 people like this

    Posted: 11 years ago by Tomas Petricek