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

Add ability of a deferred execution of the method #14

Open
codestackdev opened this issue May 19, 2019 · 0 comments
Open

Add ability of a deferred execution of the method #14

codestackdev opened this issue May 19, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@codestackdev
Copy link
Owner

OnIdle notification is a safe place to execute commands. Add the option to add-in to hide the complexity of handling the OnIdle and allow any function to be executed from within the first OnIdleNotification after it is put to queue.

ExecuteDeferred(x=>x.SomeFunction(a, b));

Might need to employ lyambda expression for this.

@codestackdev codestackdev added the enhancement New feature or request label May 19, 2019
@codestackdev codestackdev self-assigned this May 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant