This project is currently in active development and is not yet ready for production use.
A lightweight Rust library for building extensible asynchronous task executors, designed for handling large-scale multitasking in server environments.
Base Task Executor
- [x] Trait SharedData to access the sharable data in different thread.
- [x] TaskHandler : takes a message(String type) and return the result (String) - ?use DeserializeOwned?
- [x] Implement the TaskMessage and Response
- [x] Implement the TaskExecutor with TaskHandler
- [ ] more generic approach using serde::Serialize
and serde::de::DeserializeOwned
traits
This project is licensed under the MIT License - see the LICENSE file for details.