sobelio / llm-chain

`llm-chain` is a powerful rust crate for building chains in large language models allowing you to summarise text and complete complex tasks
https://llm-chain.xyz
MIT License
1.31k stars 128 forks source link

Impl Send + Sync for Param & ParamFull #112

Closed alianse777 closed 1 year ago

alianse777 commented 1 year ago

Some frameworks (like Axum) require Send + Sync futures. There appears no reason why they would ever be not Send + Sync.