| 程序包 | 说明 |
|---|---|
| com.github.jarvisframework.tool.core.thread |
| 限定符和类型 | 方法和说明 |
|---|---|
static ConcurrencyTester |
ThreadUtils.concurrencyTest(int threadSize,
Runnable runnable)
并发测试
此方法用于测试多线程下执行某些逻辑的并发性能 调用此方法会导致当前线程阻塞。 |
ConcurrencyTester |
ConcurrencyTester.test(Runnable runnable)
执行测试
|
Copyright © 2020. All rights reserved.