closure-future 0.1.0

Easily run closures on thread pools and turn their result into Futures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13

.PHONY: all doc check test

all: test doc

doc:
	cargo +nightly doc --no-deps --all-features

check:
	cargo +stable check --features rayon

test:
	cargo +stable test --features rayon