Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 238 Bytes

AsyncAction.md

File metadata and controls

17 lines (13 loc) · 238 Bytes
Error in user YAML: Alias parsing is not enabled.
---
uid: Recore.AsyncAction
example:
- *content
---

Say you have a method with the signature

Task DoThing(int x, string s, Func<Task> thing)

You can refactor this to

Task DoThing(int x, string s, AsyncAction thing)