Skip to content

Is there any way to schedule an async function using 'threads' or 'processes'? #222

@lkyhfx

Description

@lkyhfx

Currently, I have some async functions that I want to schedule, but the only viable execution seems to be async. Although these async functions are using async API, they also include CPU-intensive code, and using a separate thread or process should provide better concurrency.

There are several ways to run an async function in a new thread, such as those described in these links: Link 1, Link 2, and Link 3. None of them seem to work with the rockertry decorator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions