Skip to content

Commit

Permalink
update rustls example
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Dec 8, 2023
1 parent 7ba4243 commit dbe0735
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ massive concurrent programs. It can be thought as the Rust version of the popula

> Initial code frok from [May](https://github.com/Xudong-Huang/may) and we add Many improvements(Inspired by [Golang](https://golang.google.cn/), [parking_lot](https://github.com/Amanieu/parking_lot) and [crossbeam](https://github.com/crossbeam-rs/crossbeam)) and more...
# way mco?
* Elegant coding,No need for async await
* Simple concurrency(CSP model), learning Golang
* Default MAX 6MB Stack Size use Virtual Memory(Virtual memory is loaded on demand, with minimal actual usage)
* many std like API


# mco crates

Expand Down

0 comments on commit dbe0735

Please sign in to comment.