vardius / gollback

Go asynchronous simple function utilities, for managing execution of closures and callbacks
MIT License
121 stars 13 forks source link

panic: context deadline exceeded #5

Open zhengkai02 opened 5 months ago

zhengkai02 commented 5 months ago

Location: https://github.com/vardius/gollback/gollback.go
Method: func Race(ctx context.Context, fns ...AsyncFunc) (interface{}, error) Error: line: 69 unhandled panic error, lack recover() method when new go runtine

vardius commented 4 months ago

can you reproduce and provide example breaking code in go playground ?