public interface Async
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Async.Execute
Indicates that the marked method executes async computation.
|
static interface |
Async.Schedule
Indicates that the marked method schedules async computation.
|