Emrys

Results 1 issues of Emrys

``` if (policy == null) { lock (this)//因为Invoke可能是并发调用,因此要确保policy赋值的线程安全 { if (policy == null) { ... } } } ```