InputTaskKey returns the subkey of k, where input tasks are stored.
(k string)
| 416 | |
| 417 | // InputTaskKey returns the subkey of k, where input tasks are stored. |
| 418 | func InputTaskKey(k string) string { |
| 419 | return Key(k, "input") |
| 420 | } |
| 421 | |
| 422 | // ReadyTaskKey returns the subkey of k, where ready tasks are stored. |
| 423 | func ReadyTaskKey(k string) string { |