ReusableGoroutinesPool
: Add optional action when Go
is called after Close
#402
Annotations
8 errors
Check:
ring/ring_test.go#L106
cannot use pool.Go (value of type func(f func()) error) as func(func()) value in struct literal (typecheck)
|
Check
Process completed with exit code 2.
|
Test on Go 1.23.x:
ring/ring_test.go#L106
cannot use pool.Go (value of type func(f func()) error) as func(func()) value in struct literal
|
Test on Go 1.23.x
Process completed with exit code 2.
|
Test on Go 1.21.x:
ring/ring_test.go#L106
cannot use pool.Go (value of type func(f func()) error) as func(func()) value in struct literal
|
Test on Go 1.21.x
Process completed with exit code 2.
|
Test on Go 1.22.x:
ring/ring_test.go#L106
cannot use pool.Go (value of type func(f func()) error) as func(func()) value in struct literal
|
Test on Go 1.22.x
Process completed with exit code 2.
|