Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 373 Bytes

threading.md

File metadata and controls

7 lines (6 loc) · 373 Bytes

multi-threading

libcurl is thread safe but has no internal thread synchronization. You may have to provide your own locking or change options to properly use libcurl threaded. Exactly what is required depends on how libcurl was built. Please refer to the libcurl thread safety webpage, which contains the latest information.