@ -10,7 +10,7 @@ import (
wrap7 "git.archium.org/archium_public/ebkTools/bitmask"
)
type StatusChannelType = uint
type StatusChannelType = int
// grazeStatusChannel liest einen Wert aus dem StatusChannel, setzt, löscht oder liest ihn. Danach wird der Channel wieder neu geschrieben, damit alle anderen Jobs, die am Channel lauschen, nicht ins Stocken geraten.
func GrazeStatusChannel(sc *chan StatusChannelType, mode string, offset StatusChannelType, mtxStatusChannelLock *sync.Mutex) bool {