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