MCPcopy Create free account
hub / github.com/Samsung/rlottie / push

Method push

src/vector/vtaskqueue.h:76–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 void push(Task &&task)
77 {
78 {
79 lock_t lock{_mutex};
80 _q.push_back(std::move(task));
81 }
82 _ready.notify_one();
83 }
84
85};
86

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected