I've looked through the documentation, but can't seem to find an example of a fire and forget FunctionService execution.
Unless I missed something in the api docs, there doesn't appear to be a .execute method that doesn't return a ResultsCollector or throw a FunctionException if you ignore it.
Yes, I know I could just return a .lastResult(null) but it does seem to be violating the spirit of "fire and forget".
Did I miss something somewhere?