MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / CreateThread

Method CreateThread

LibCarla/source/carla/ThreadGroup.h:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26 template <typename F>
27 void CreateThread(F &&functor) {
28 _threads.emplace_back(std::forward<F>(functor));
29 }
30
31 template <typename F>
32 void CreateThreads(size_t count, F functor) {

Callers 4

TESTFunction · 0.80
TESTFunction · 0.80
RunMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.64
TESTFunction · 0.64
RunMethod · 0.64
TESTFunction · 0.64