Changed StatusChannelType from uint to int

master
Klaus Wendel 2 years ago
parent 1edea11b04
commit de5a2382d1

@ -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 {

Loading…
Cancel
Save