Is there a convention for indicating that a function call is async, but we are not waiting for it?

前端 未结 0 1164
心在旅途
心在旅途 2021-01-19 18:43

By way of example, I recently changed a line of code from this:

await rawQuery(`CREATE INDEX ${tableName}_index ON ${tableName} USING GIST (the_geom); `);


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题