odygrd / quill

Asynchronous Low Latency C++ Logging Library
MIT License
1.36k stars 142 forks source link

Add get_thread_id implementations for BSDs. #401

Closed KerJoe closed 5 months ago

KerJoe commented 6 months ago

This PR fixes compilation errors on FreeBSD and adds support for several other BSD operating systems to get_thread_id() function.

odygrd commented 5 months ago

thanks for the PR : )