optimize
This commit is contained in:
parent
6625dab9c1
commit
5782951e68
25 changed files with 956 additions and 501 deletions
|
|
@ -55,6 +55,7 @@ impl RmcProtocolData{
|
|||
|
||||
let raw_name = Ident::new(&format!("raw_{}", name), name.span());
|
||||
quote!{
|
||||
#[inline(always)]
|
||||
async fn #raw_name
|
||||
}.to_tokens(tokens);
|
||||
|
||||
|
|
@ -125,6 +126,7 @@ impl RmcProtocolData{
|
|||
}
|
||||
|
||||
quote!{
|
||||
#[inline(always)]
|
||||
async fn rmc_call_proto(
|
||||
&self,
|
||||
remote_response_connection: &rnex_core::util::SendingBufferConnection,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue