Alpha 1-8
Pre-release
Pre-release
This release adds a few new features:
- New API:
- Functions like
run
,dispatch
,run_callback
, etc. now return a new class calledfunc_result
and take a new class calledfunc_call
as a parameterfunc_result
contains the return value and the value of any parameters of a function post-callfunc_call
contains the function name and the values of the parameters pre-call
package
now returns afunc_call
- Functions like
- Under the hood:
arg_buffer
s can now be dynamically re-allocated if it is detected that they are too small- This allows for a smaller default size, and thus a smaller memory footprint unless needed
- Some minor bug fixes/performance improvements