// 
// Decompiled by Procyon v0.6.0
// 

package io.netty.handler.ssl;

interface AsyncRunnable extends Runnable
{
    void run(final Runnable p0);
}
