异步属性

bool? async

实现

bool? get async native;
void async=(bool? value)

实现

set async(bool? value) native;