Skip to content

libcURL.cURLSession.Yield

Andrew Lambert edited this page Nov 26, 2022 · 2 revisions

Property declaration

 Dim Yield As Boolean

Remarks

When set to True (default), synchronous transfers will periodically yield to other threads. Setting this to False can noticeably increase transfer speed at the expense of locking up the app/thread.

Clone this wiki locally