scope
scope copied to clipboard
A thread local based scope api preventing thread local leaking.
Bumps [guava](https://github.com/google/guava) from 28.1-jre to 29.0-jre. Release notes Sourced from guava's releases. 29.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <!-- or, for Android: --> <version>29.0-android</version> </dependency> Javadoc 29.0-jre 29.0-android JDiff 29.0-jre...
您好,我在使用该工具库时,获取getCurrentScope()时候返回null,想请教这是什么原因呢?具体如下图
When I use this method(ScopeUtils.supplyAsyncWithCurrentScope ) to pass Scope to a new thread, i find it doesn't work. This method does not pass the Scope of the current thread correctly....
When I use this method(ScopeUtils.supplyAsyncWithCurrentScope ) to pass Scope to a new thread, i find it doesn't work. This method does not pass the Scope of the current thread correctly....