Package io.netty.internal.tcnative
Interface AsyncTask
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
runAsync(Runnable completeCallback)
Run thisAsyncTask
in an async fashion.
-