Created
November 4, 2020 19:48
-
-
Save medigor/8a595917e511b53113b9dd8d1cc9e94e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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