MCPcopy Create free account
hub / github.com/EasyRPG/Player / async_wget_with_retry

Function async_wget_with_retry

src/async_handler.cpp:128–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 void async_wget_with_retry(
129 std::string url,
130 std::string file,
131 std::string param,
132 FileRequestAsync* obj
133 ) {
134 // ctx will be deleted when download succeeds
135 auto ctx = new async_download_context{ url, file, param, obj };
136 start_async_wget_with_retry(ctx);
137 }
138
139#endif
140}

Callers 1

StartMethod · 0.85

Calls 1

Tested by

no test coverage detected