An open API service indexing awesome lists of open source software.

https://github.com/xgfone/go-wait

Provide some tools to loop calling until a condition reaches.
https://github.com/xgfone/go-wait

go go-wait golang group loop until wait waitgroup

Last synced: 7 months ago
JSON representation

Provide some tools to loop calling until a condition reaches.

Awesome Lists containing this project

README

          

# Wait [![GoDoc](https://pkg.go.dev/badge/github.com/xgfone/go-wait)](https://pkg.go.dev/github.com/xgfone/go-wait) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](https://raw.githubusercontent.com/xgfone/go-wait/master/LICENSE)

Provide some tools to loop calling until a condition reaches. Require Go `1.21+`.