Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | use shadown variables to name clones and place them between {} when spawning ↵ | hozan23 | 2024-06-29 | 1 |
| | | | | new tasks | |||
* | Improve async channels error handling and replace unbounded channels with ↵ | hozan23 | 2024-06-27 | 1 |
| | | | | | | | | | | | bounded channels Remove all unbounded channels to prevent unbounded memory usage and potential crashes. Use `FuturesUnordered` for sending to multiple channels simultaneously. This prevents the sending loop from blocking if one channel is blocked, and helps handle errors properly. | |||
* | add support for tokio & improve net crate api | hozan23 | 2024-05-19 | 8 |