MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / finished

Method finished

Processor/ThreadQueue.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void ThreadQueue::finished(const ThreadJob& job)
49{
50 TimeScope scope(inside_wait_timer);
51 out.push(job);
52}
53
54void ThreadQueue::finished(const ThreadJob& job,
55 const ThreadStats& thread_stats, const NamedStats& stats)

Callers 2

CheckMethod · 0.45
Sub_Main_FuncMethod · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected