akar-common 0.1.21

Shared types and utilities for the Akar embedded graph database
Documentation
1
2
3
4
5
6
7
# src/task_system.rs

- TaskSystem · struct · L10-L13 — pub struct TaskSystem
- new · function · L18-L32 — pub fn new(num_threads: usize) -> Self
- num_threads · function · L34-L36 — pub fn num_threads(&self) -> usize
- install · function · L39-L45 — pub fn install<F, R>(&self, op: F) -> R
- default · function · L49-L51 — fn default() -> Self