aboutsummaryrefslogtreecommitdiff
path: root/core/src/async_util
Commit message (Collapse)AuthorAgeFiles
* use shadown variables to name clones and place them between {} when spawning ↵hozan232024-06-292
| | | | new tasks
* Improve async channels error handling and replace unbounded channels with ↵hozan232024-06-271
| | | | | | | | | | | 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.
* core: use mutex from parking_lot libraryhozan232024-05-232
|
* add support for tokio & improve net crate apihozan232024-05-199
|
* core: cargo clippy fix & clean up commentshozan232024-03-221
|
* core: minor modification to TaskGroup apihozan232024-03-211
|
* core: add the option to create a new task group without providing anhozan232024-03-203
| | | | executor & remove GlobalExecutor type
* core: use clone_from instead of dereferencing the wakerhozan232024-03-111
|
* Ensure uniform usage of the name `karyon` across all fileshozan232023-12-026
|
* implement TLS for inbound and outbound connectionshozan232023-11-287