Created
March 20, 2018 02:01
-
-
Save aramkoukia/fb9db1aa16b8aeb25e1347241a50e4a9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| Policy | |
| .Timeout(30, onTimeout: (context, timespan, task) => | |
| { | |
| YourFunctionWhenTimeout(); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment