run() — netty Function Reference
Architecture documentation for the run() function in FastThreadLocalCheckBenchmark.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD fb846528_251b_6622_6b01_d49e3744608e["run()"] 0cf18bb8_eb50_31d7_c094_2c0a287d81c8["FastThreadLocalThread"] fb846528_251b_6622_6b01_d49e3744608e -->|defined in| 0cf18bb8_eb50_31d7_c094_2c0a287d81c8 6a4231b5_eb93_98d7_9078_a12fb73ccbb9["setup()"] 6a4231b5_eb93_98d7_9078_a12fb73ccbb9 -->|calls| fb846528_251b_6622_6b01_d49e3744608e style fb846528_251b_6622_6b01_d49e3744608e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/microbench/concurrent/FastThreadLocalCheckBenchmark.java lines 81–91
@Override
public void run() {
io.netty.util.concurrent.FastThreadLocalThread.runWithFastThreadLocal(() -> {
try {
eventLoopsRegistered.countDown();
eventLoopControl.await();
} catch (InterruptedException e) {
// ignore
}
});
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does run() do?
run() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbench/concurrent/FastThreadLocalCheckBenchmark.java.
Where is run() defined?
run() is defined in microbench/src/main/java/io/netty/microbench/concurrent/FastThreadLocalCheckBenchmark.java at line 81.
What calls run()?
run() is called by 1 function(s): setup.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free