Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Codegen: convert Arc<Box<T>> to Arc<T>
This commit changes the generated ttrpc server from Arc<Box<T>> to Arc<T>. This helps the type conversion and also avoids extra runtime cost caused by double pointer. Fixes #234 Signed-off-by: Xynnn007 <[email protected]>
- Loading branch information