Home / Function/ runNow() — netty Function Reference

runNow() — netty Function Reference

Architecture documentation for the runNow() function in ManualIoEventLoop.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  f1d6723d_11e8_2181_bfa8_0f815f8e8b73["runNow()"]
  6e8a7bbd_d782_0f59_8bd2_22f815f8ecad["ManualIoEventLoop"]
  f1d6723d_11e8_2181_bfa8_0f815f8e8b73 -->|defined in| 6e8a7bbd_d782_0f59_8bd2_22f815f8ecad
  3e7e4a66_8309_6caf_79d2_0f675f55fea1["checkCurrentThread()"]
  f1d6723d_11e8_2181_bfa8_0f815f8e8b73 -->|calls| 3e7e4a66_8309_6caf_79d2_0f675f55fea1
  5047d6fd_705b_2516_f43b_43d0d4eed8f0["run()"]
  f1d6723d_11e8_2181_bfa8_0f815f8e8b73 -->|calls| 5047d6fd_705b_2516_f43b_43d0d4eed8f0
  style f1d6723d_11e8_2181_bfa8_0f815f8e8b73 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/main/java/io/netty/channel/ManualIoEventLoop.java lines 280–283

    public final int runNow(long runAllTasksTimeoutNanos) {
        checkCurrentThread();
        return run(nonBlockingContext, runAllTasksTimeoutNanos);
    }

Domain

Subdomains

Frequently Asked Questions

What does runNow() do?
runNow() is a function in the netty codebase, defined in transport/src/main/java/io/netty/channel/ManualIoEventLoop.java.
Where is runNow() defined?
runNow() is defined in transport/src/main/java/io/netty/channel/ManualIoEventLoop.java at line 280.
What does runNow() call?
runNow() calls 2 function(s): checkCurrentThread, run.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free