Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add MultiPool and MultiPoolWithFunc #305

Merged
merged 3 commits into from
Nov 21, 2023

Fix the missing atomic.Bool in go1.13

5f4149d
Select commit
Loading
Failed to load commit list.
Merged

feat: add MultiPool and MultiPoolWithFunc #305

Fix the missing atomic.Bool in go1.13
5f4149d
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch failed Nov 21, 2023 in 0s

79.16% of diff hit (target 94.43%)

View this Pull Request on Codecov

79.16% of diff hit (target 94.43%)

Annotations

Check warning on line 64 in multipool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

multipool.go#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 78 in multipool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

multipool.go#L77-L78

Added lines #L77 - L78 were not covered by tests

Check warning on line 90 in multipool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

multipool.go#L90

Added line #L90 was not covered by tests

Check warning on line 97 in multipool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

multipool.go#L96-L97

Added lines #L96 - L97 were not covered by tests

Check warning on line 177 in multipool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

multipool.go#L176-L177

Added lines #L176 - L177 were not covered by tests

Check warning on line 186 in multipool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

multipool.go#L182-L186

Added lines #L182 - L186 were not covered by tests

Check warning on line 194 in multipool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

multipool.go#L194

Added line #L194 was not covered by tests

Check warning on line 53 in multipool_func.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

multipool_func.go#L52-L53

Added lines #L52 - L53 were not covered by tests

Check warning on line 67 in multipool_func.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

multipool_func.go#L66-L67

Added lines #L66 - L67 were not covered by tests

Check warning on line 79 in multipool_func.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

multipool_func.go#L79

Added line #L79 was not covered by tests

Check warning on line 86 in multipool_func.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

multipool_func.go#L85-L86

Added lines #L85 - L86 were not covered by tests

Check warning on line 166 in multipool_func.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

multipool_func.go#L165-L166

Added lines #L165 - L166 were not covered by tests

Check warning on line 175 in multipool_func.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

multipool_func.go#L171-L175

Added lines #L171 - L175 were not covered by tests

Check warning on line 183 in multipool_func.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

multipool_func.go#L183

Added line #L183 was not covered by tests