Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/wgPublic

Golang like WaitGroup implementation for sync/async Rust, support no_std environment.

License

NotificationsYou must be signed in to change notification settings

al8n/wg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang like WaitGroup implementation for sync/async Rust, supportno_std environment.

githubBuildcodecov

docs.rscrates.iocrates.io

license

Introduction

By default, blocking versionWaitGroup is enabled.

If you are using other async runtime, you need toenbalefuture feature in yourCargo.toml and usewg::AsyncWaitGroup.

Installation

  • std

    [dependencies]wg ="0.9"
  • future

    [dependencies]wg = {version ="0.9",features = ["future"] }
  • no_std

    [dependencies]wg = {version ="0.9",default_features =false,features = ["alloc"] }
  • no_std & future

    [dependencies]wg = {version ="0.9",default_features =false,features = ["alloc","future"] }

Examples

Please seeexamples for details.

Acknowledgements

License

Licensed under either ofApache License, Version2.0 orMIT license at your option.Unless you explicitly state otherwise, any contribution intentionally submittedfor inclusion in this project by you, as defined in the Apache-2.0 license,shall be dual licensed as above, without any additional terms or conditions.

About

Golang like WaitGroup implementation for sync/async Rust, support no_std environment.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp