Tags: NVIDIA/gontainer
Tags
8000
Improvement and refactoring of service functions (#52) * Improvement and refactoring of service functions. 1. Additional simplified signature of service functions added `func()` in addition to signature `func() error`. 2. New service function requirement added: it must have no receiver methods to distinguish it from user types based on a func kind. Otherwise, this function will be treated as a regular service, will not be wrapped and started in background. 3. Test for disallowed underlying type lookup in container.
PreviousNext