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

Method member_index

src/thread_pool.rs:942–944  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

940 member_data: self.get_member_data(),
941 });
942 }
943 }
944 }
945
946 /// Creates multiple memberships for the thread pool.
947 pub fn try_enroll_many(&'static self, n: usize) -> Vec<Membership> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected