Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bshoshany/thread-pool
/ operator()
Method
operator()
include/BS_thread_pool.hpp:713–716 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
711
struct sequence_task
712
{
713
R operator()()
714
{
715
return (*sequence_ptr)(i);
716
}
717
718
std::shared_ptr<std::decay_t<F>> sequence_ptr;
719
T i;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected