MCPcopy Create free account
hub / github.com/RaftLib/RaftLib / basic_parallel

Method basic_parallel

src/basicparallel.cpp:29–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29basic_parallel::basic_parallel( raft::map &map,
30 Allocate &alloc,
31 Schedule &sched,
32 volatile bool &exit_para )
33 : source_kernels( map.source_kernels ),
34 all_kernels( map.all_kernels ),
35 alloc( alloc ),
36 sched( sched ),
37 exit_para( exit_para )
38{
39 /** nothing to do here, move along **/
40}
41
42
43void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected