MCPcopy Create free account
hub / github.com/acl-dev/acl / fiber_thread

Function fiber_thread

xcode/fiber_http/fiber_http/HttpTest.cpp:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36#include <thread>
37
38static void fiber_thread(acl::string* addr, acl::string* url)
39{
40 acl::fiber* fb = new fiber_http(addr->c_str(), url->c_str());
41 delete addr;
42 delete url;
43 fb->start(128000);
44 acl::fiber::schedule();
45}
46
47bool http_test(const char* url)
48{

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…