@Mark if they're called from outside the class and also used inside other functions in the class you can make a them non suspending and private then make a public suspending function that just calls the private non suspending one, that's what i'm trying out for now