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

Method run

lib_acl_cpp/samples/tbox/tbox.cpp:10–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9protected:
10 void* run(void)
11 {
12 for (int i = 0; i < max_; i++) {
13 int* n = new int;
14 *n = i;
15 box_.push(n, true);
16 }
17
18 return NULL;
19 }
20
21private:
22 acl::box<int>& box_;

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected