JS, a następnie czeka

const a = async () => {	
  	await b();
  	c();
};
Solstice