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.
|
12 months ago | |
---|---|---|
examples | 12 months ago | |
src | 12 months ago | |
.gitignore | 12 months ago | |
Cargo.toml | 12 months ago | |
README.md | 12 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.