local-spawn-pool 0.1.0

Spawn `!Send` futures in a pool and await for all of them to finish. Standalone alternative to `tokio::task::LocalSet`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Contributing

This repository follows the [Github Flow](https://githubflow.github.io): feature and bug fix branches are based off master and are merged to master.

## Commit messages

Commit messages must be written in imperative tense, with a first capital letter, and without dot at the end.

## Pull requests

Branch names must be written in lowercase, with dash separated words. For a bug fix branch, the branch name must prefixed by "fix/".

If your pull request fixes a bug that is mentionned in an issue, don't forget to add "Closes #123" (where 123 is the issue number) in your pull request description.