Prepare for zero-copy sending
This commit is contained in:
@@ -23,6 +23,7 @@ namespace mROA.Codegen
|
||||
ReturnType = typeof(<!L returnType>),
|
||||
ParameterTypes = new Type[] { <!L parametersType> },
|
||||
SuitableType = typeof(<!L suitableType>),
|
||||
RequireCancellation = <!L cancellation>,
|
||||
Invoking = (i, parameters, special, post) => <!L funcInvoking>,
|
||||
}<!T>
|
||||
<!T syncInvoker>
|
||||
|
||||
Reference in New Issue
Block a user