Class | Description |
---|---|
Async |
Helper annotations for asynchronous computation.
|
Annotation Type | Description |
---|---|
Async.Execute |
Indicates that the marked method executes async computation.
|
Async.Schedule |
Indicates that the marked method schedules async computation.
|