Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build API for accepting sampler interface which can be accepted via instantiation #38

Open
benjivesterby opened this issue May 5, 2020 · 0 comments
Labels
enhancement New feature or request Research
Milestone

Comments

@benjivesterby
Copy link
Member

This involves moving sampler to be external to Atomizer such that Atomizer's responsibilities are purely around coordination of bonding and execution and samplers that are passed in are responsible for throttling processing based on sensory data.

This interface would likely look something like this

type Limiter interface {
    Tick() <- bool
}

It is likely however that this would also need to be able to receive some data from Atomizer so there is likely to be an additional method or interface which identifies a method for receiving processing information from the system using the Limiter.

@benjivesterby benjivesterby added enhancement New feature or request Research labels May 5, 2020
@benjivesterby benjivesterby modified the milestones: v1.0.0, v1.0.1 May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Research
Projects
None yet
Development

No branches or pull requests

1 participant