In F#, how to always execute a bound Async process?

前端 未结 0 1016
无人共我
无人共我 2021-02-02 13:56

I have the following methods in F#:

let GetAllPatientNamesAsync() =
        async {
                let data = context.GetAllPatientNamesAsync() 
                         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题