Skip to content

Instantly share code, notes, and snippets.

@medigor
Created November 4, 2020 19:48
Show Gist options
  • Save medigor/8a595917e511b53113b9dd8d1cc9e94e to your computer and use it in GitHub Desktop.
Save medigor/8a595917e511b53113b9dd8d1cc9e94e to your computer and use it in GitHub Desktop.
let rec loop () =
async {
// do! loop () // memory leak
return! loop ()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment