同步 API


【Synchronous API】

同步 API 以同步方式执行所有操作,在操作完成或失败之前会阻塞事件循环。

【The synchronous APIs perform all operations synchronously, blocking the event loop until the operation completes or fails.】