rename: FUNC_API_ASYNC => FUNC_API_FAST

This commit is contained in:
Björn Linse
2019-06-23 20:38:41 +02:00
parent 0480e991d2
commit 7030d7daf1
7 changed files with 16 additions and 14 deletions

View File

@@ -309,7 +309,7 @@ for i = 1, #functions do
'(String) {.data = "'..fn.name..'", '..
'.size = sizeof("'..fn.name..'") - 1}, '..
'(MsgpackRpcRequestHandler) {.fn = handle_'.. (fn.impl_name or fn.name)..
', .async = '..tostring(fn.async)..'});\n')
', .fast = '..tostring(fn.fast)..'});\n')
end