ticked_async_executor 0.2.0

Local executor that runs woken async tasks when it is ticked
Documentation
# Pre check

cargo build
cargo build --release
cargo test
cargo doc
cargo doc --open
cargo publish --dry-run

cargo login
cargo publish

# TODO


- [x] convert `new_split_ticked_async_executor` into a struct
  - [x] Add new
  - [x] Add default
- [ ] Doc comments
- [ ] Publish documentation
- [ ] Publish repository