Skip to content

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

License

Notifications You must be signed in to change notification settings

i-e-b/MonitorAsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages