speedb-io / speedb

A RocksDB compliant high performance scalable embedded key-value store
https://www.speedb.io/
Apache License 2.0
856 stars 63 forks source link

Force adding names to threads #825

Open ofriedma opened 5 months ago

ofriedma commented 5 months ago

Is your feature request related to a problem? Please describe.

Currently not all threads in speedb have meaningful names

Describe the solution you'd like A clear and concise description of what you want to happen.

Add to port::Thread constructor a manadatory parameter of thread name add to port a function to call ThreadSetName which should be multi platform