Skip to content

Background highlight job #6

Open
@alerque

Description

@alerque

The current Lua callback that runs on_change is pretty fast for small buffers, but it is still blocking and should be make async so that it won't ever hold up the UI on redraws. This probably means we need some sort of debouncing too so we never queue up more jobs than the currently running plus a most recent one.

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