An open API service indexing awesome lists of open source software.

https://github.com/i-e-b/monitorasync

A simple C# example of waiting for async events in distributed systems
https://github.com/i-e-b/monitorasync

experimental working

Last synced: over 1 year ago
JSON representation

A simple C# example of waiting for async events in distributed systems

Awesome Lists containing this project

README

          

# MonitorAsync
A simple C# example of waiting for async events in distributed systems

## Concept

If you have a distributed messaging system, and you want to do some rare RPC patterned calls, you probably end up with an incoming replies queue, and the ability to send RFC messages.

This is a quick sketch of how to handle the waiting-for-reply part using C# async/await and Tasks.

![](https://github.com/i-e-b/MonitorAsync/raw/master/Layout.png)