gnames / gnparser

GNparser normalises scientific names and extracts their semantic elements.
MIT License
39 stars 4 forks source link

As a User I want to add Context timeout for go routines #132

Closed dimus closed 3 years ago

dimus commented 3 years ago

Go routines might cause memory leaks if they are not closed properly. To make sure that all go-routines are closed, add a Context timeout to them.