Skip to content

ivnprad/broadcaster_subscriber_pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

signal_subscriber_pattern

Asynchronous communication between signals and subscribers.

This is a mechanism that facilitates asynchronous communication between signals and subscribers. The signal is sent to a scheduler, which takes ownership of it.

The scheduler maintains a registry of subscribers (without ownership) and their particular "signal kind" interests. Using this registry, the scheduler dispatches the signal to the appropriate subscriber. The subscriber receives the signal and processes it further.

About

Asynchronous communication between broadcasters and subscribers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages