Igniters, I recently realized that we have serious architectural flow in Service Grid. The problem is services are executed in public thread pool, which means that user can't:
- synchronously invoke service from another service - synchronously invoke task/closure from service In Compute Grid we have continuations to address this, but there is nothing similar in Service Grid. Any ideas how we can support this? -Val