pub fn remaining_stack() -> Option<usize>
Expand description

Queries the amount of remaining stack as interpreted by this library.

This function will return the amount of stack space left which will be used to determine whether a stack switch should be made or not.