Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perbu/async-go
PoC code for async connection handling.
https://github.com/perbu/async-go
Last synced: about 2 months ago
JSON representation
PoC code for async connection handling.
- Host: GitHub
- URL: https://github.com/perbu/async-go
- Owner: perbu
- Created: 2021-04-13T11:19:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T11:21:10.000Z (over 3 years ago)
- Last Synced: 2024-06-19T15:03:13.525Z (7 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# poc for an async library
Just some PoC code to think about how I should design an async library that would buffer messages.
The rough idea is to use expose some very primitive API calls into a library that all send messages over a channel. The
actual sending happen in a goroutine which will buffer stuff locally.This will serve as the basis for some mqtt stuff.