ticked_async_executor 0.4.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, 5.16.2025


- [x] Update CI/CD with code coverage for all the features
- [x] Update CI/CD with benchmark with `tick_event` and `timer_registration` and without both
- [x] Update benchmarks
- [x] Update README with timer examples

# TODO


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