You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
async-std/src
Wu Yu Wei ff6a44fcd5 Use once_cell instead of lazy_static (#416)
`once_cell` provides a neat way of initializing lazy singletons without
macro. This PR use `sync::Lazy` to streamline same pattern proposed in
related rust RFC.

Resolve #406
5 years ago
..
collections $cargo fmt 5 years ago
fs Don't flush files if they weren't written to 5 years ago
future fix indent 5 years ago
io backlink io docs 5 years ago
net Use once_cell instead of lazy_static (#416) 5 years ago
option Add `Stream::sum()` and `Stream::product()` implementations 5 years ago
os Cleanup: replace cfg-if with our macros (#361) 5 years ago
path Merge pull request #375 from sunjay/fromstream-pathbuf 5 years ago
pin Cleanup: replace cfg-if with our macros (#361) 5 years ago
process Add process submodule as unstable (#310) 5 years ago
result Add `Stream::sum()` and `Stream::product()` implementations 5 years ago
stream Merge pull request #384 from yjhmelody/stream-max_by 5 years ago
string refactor: optimizing allocations 5 years ago
sync Add feedback from review 5 years ago
task Use once_cell instead of lazy_static (#416) 5 years ago
unit FromStream for () 5 years ago
vec refactor: optimizing allocations 5 years ago
lib.rs fix doc recursion limit 5 years ago
macros.rs Cleanup: replace cfg-if with our macros (#361) 5 years ago
prelude.rs Cleanup: replace cfg-if with our macros (#361) 5 years ago
utils.rs Cleanup: replace cfg-if with our macros (#361) 5 years ago