|
1
|
// SPDX-License-Identifier: GPL-3.0-or-later |
|
2
|
|
|
3
|
// Package funcctl owns function and method dispatch state for jobmgr. |
|
4
|
// Runtime job lifecycle ownership remains in jobmgr, which feeds job start/stop |
|
5
|
// events into the controller. |
|
6
|
package funcctl |