Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个 C 套接字服务器,它使用线程,并且我想支持多线程,就像在 Java 中我可以使用同步一样,我也想在 C 套接字上这样做,但我找不到类似的东西,确实有人知道吗?