grades_native_fibonacci library

Functions

fib(int n) int
A very short-lived native function.
fibAsync(int n) Future<int>
A longer lived native function, which occupies the thread calling it.