So I have this method that has only synchronous operations:
public void Foo(){ //do something synchronously if(x == 0) return; else if(x &