Skip to content

Instantly share code, notes, and snippets.

@dbrattli
Last active October 7, 2018 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbrattli/6ac84ae8079fc79b49ecd67f9127a6a9 to your computer and use it in GitHub Desktop.
Save dbrattli/6ac84ae8079fc79b49ecd67f9127a6a9 to your computer and use it in GitHub Desktop.
SyncBlockingForever
// A (synchronous) function that might block forever
let later () =
System.Console.ReadLine()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment