How should I deal with the compiler warning for an Task-returning interface method that doesn't require await?

后端 未结 0 1427
没有蜡笔的小新
没有蜡笔的小新 2020-12-16 04:55

I have an interface which will be implemented by multiple classes. The interface has a method that requires asynchronous calls with some implementations, but does not requi

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