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

Concurrency in high resource commands #8

@rjbohinski

Description

@rjbohinski

Note, I am not sure if the FIRST libraries provide their own implementation of this through their 'Command' and 'Subsustem' abstract classes.

Systems such as image processing can be resource intensive. By default, Java will pause execution of other code until the function returns. This can be harmful for the drive system as it may need to wait for an unrelated process to complete before it can handle the driver input.

Oracle provides great documentation on the topic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions