The tag has no usage guidance.

learn more… | top users | synonyms

2
votes
2answers
197 views

Blocking function call with asynchronous content

I am sure that this is a common design pattern, but I seem to have a blind-spot. I have a requirement that the function call from Application to Service be blocking, but service needs to do ...