表示当前 isolate 的 Isolate 对象。
使用 current 的代码的当前 isolate 即是运行该代码的 isolate。
isolate 对象提供了检查、暂停或终止 isolate 的功能,并允许将这些功能授予其他对象。
可以暂停当前 isolate,但如果不先将重新开始该 isolate 的能力转授予另一个 isolate,这很可能会挂起您的程序。
external static Isolate get current;