affinitypool 0.1.3

A Rust library for running blocking jobs on a dedicated thread pool with CPU core affinity
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
edition = "2021"
hard_tabs = true
merge_derives = true
reorder_imports = true
reorder_modules = true
use_field_init_shorthand = true
use_small_heuristics = "Off"

# -----------------------------------
# Unstable options we would like to use in future
# -----------------------------------

#blank_lines_lower_bound = 1
#group_imports = "One"
#indent_style = "Block"
#match_arm_blocks = true
#reorder_impl_items = true
#wrap_comments = true