native_add library

Functions

sum(int a, int b) int
A very short-lived native function.
sumAsync(int a, int b) Future<int>
A longer lived native function, which occupies the thread calling it.