1、 await指令调起线程执行异步方法和方法内后面的代码 2、 await指令会阻塞当前方法后面的代码,但是不会阻塞外部调用 3、 await必须搭配async使用,而async不一定需要有await