carstenbauer / ThreadPinning.jl

Readily pin Julia threads to CPU-threads
https://carstenbauer.github.io/ThreadPinning.jl/
MIT License
110 stars 7 forks source link

Why export `Sockets` #27

Closed DatName closed 1 year ago

DatName commented 2 years ago

version 0.6.0 exports Sockets which conflicts with Sockets module and breaks some code. If that's needed and indended -- thats totally fine, we can work around it. But if not, can we not export it please?

carstenbauer commented 2 years ago

That's certainly unfortunate. I'll think about it / fix it when I have time.