centowen / salsa

MIT License
2 stars 1 forks source link

Implement message passing for SalsaTelescope #68

Closed symmsaur closed 1 year ago

symmsaur commented 1 year ago

Use an active Telescope manager task to communicate with any telescope. Clients send messages to the task to tell it what to do.

When fully implemented this will allow skipping the Mutex on the telescopes.

symmsaur commented 1 year ago

We will not go for this approach. Instead we will create abstractions around the telescope controller and receiver.