Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Delay in @Background #332

@pyricau

Description

@pyricau

@UiThread may have a delay param :

@UiThread(delay=2000)
void doInUiThreadAfterTwoSeconds() {
}

We could do the same thing for @Background :

@Background(delay=2000)
void doInBackgroundAfterTwoSeconds() {
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions