mtgoxapi-0.5.0.2: Library to communicate with Mt.Gox

Safe HaskellNone

Network.MtGoxAPI.CurlWrapper

Synopsis

Documentation

initCurlWrapper :: IO CurlHandleSource

Will start a thread which will execute cURL requests that are passed to it using performCurlRequest. Internally only a single cURL handle is opened, which means that keep-alive connections are automatically reused.