saintfish / chardet

Charset detector library for golang derived from ICU
Other
345 stars 63 forks source link

Is this package goroutine-safe? #5

Closed sequix closed 3 years ago

sequix commented 4 years ago

Can I call the same Detector's DetectBest method from different goroutine?

moredure commented 3 years ago

@sequix, yes, no shared resources