You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
examples | 3 months ago | |
src | 3 months ago | |
.gitignore | 3 months ago | |
Cargo.toml | 3 months ago | |
README.md | 3 months ago |
README.md
Toy Communicators
This is a little toy project to experiment with channels and message passing structures which are more uncommon/useless in most projects.
Ideas
- a radio like interface for two sided communication This would encompass that both parts (or n parts) are notified once communication is initiaited. And only one partner is allowed to communicate at a time.