bmatsuo / lmdb-go

Bindings for the LMDB C library
BSD 3-Clause "New" or "Revised" License
158 stars 59 forks source link

example_worker doesn't call runtime.UnlockOSThread() #117

Closed simonklee closed 4 years ago

simonklee commented 7 years ago

Typo in the example:

https://github.com/bmatsuo/lmdb-go/blob/875621ad9ed0c5859698adc5ec618dd3fd3c2ecc/lmdb/example_test.go#L149

justinrixx commented 5 years ago

i noticed this as well. i'm assuming this is a mistake, if it's not i would like to know why.