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

Timer improvements #92

Open
MattiaFortunati opened this issue Nov 21, 2012 · 0 comments
Open

Timer improvements #92

MattiaFortunati opened this issue Nov 21, 2012 · 0 comments

Comments

@MattiaFortunati
Copy link
Collaborator

IMPROVEMENT#1

Timer should be created in factory.

RNFactory.createTimer(times,funct,repeatTimes)

RNMainThread, RNThread, RNWrappedEventListener,RNWrappedTimedAction shouldn't exist no more. They are useless.

this will impact on samples and old projects, they should be reviewed.

IMPROVEMENT#2

Timers are now kept in an ordered, numered table (array).
For performance improvement they should be kept in key/value table (map) instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant