All Questions
Tagged with asynchronous-programming layers
1 question
5
votes
3
answers
4k
views
Which layer does async code belong?
I am developing an application that consumes data from an external service. The application is being implemented following a typical layered architecture with UI, Presentation, Domain and Data layers....