MCPcopy Create free account
hub / github.com/NthTensor/Forte / get_member_data

Method get_member_data

src/thread_pool.rs:779–781  ·  view source on GitHub ↗

Returns member data, initializing it on the first call.

(&'static self)

Source from the content-addressed store, hash-verified

777 /// holds that membership, the work will not be run.
778 #[inline(always)]
779 pub fn spawn_on<M, S>(
780 &'static self,
781 member_index: usize,
782 work: S,
783 ) -> S::Output
784 where

Callers 8

push_shared_jobMethod · 0.80
resizeMethod · 0.80
spawn_onMethod · 0.80
try_enrollMethod · 0.80
try_enroll_manyMethod · 0.80
unfreeze_membershipMethod · 0.80
spawn_onMethod · 0.80
spawn_broadcastMethod · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected