-
Notifications
You must be signed in to change notification settings - Fork 76
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
call bosma schedulter function from inside function!! #11
Comments
Please provide an example of what you are trying to do. |
i mean /*!!!!! dont working !!!!!!/ |
i mean bosm::scheduler as local variable inside function |
Your example is very poorly done. Please read over what you write and edit it next time. Your comments aren't valid C++, and your attempted lambda functions aren't valid C++. You may need to pick up a tutorial or a textbook, and I recommend going over anything you write (including the spelling of words) and ensuring it is all correct. Here is how you can do what you are trying to do:
By the way, sleeping for 5 seconds after the function call with a 1 second interval is the same thing as a 6 second interval, see example.cpp for an explanation. Alternatively, you can use this syntax: |
i want to call function from inside function in class, but dont working!
working only on main !
note:scheduling object is inside from member functio of class
The text was updated successfully, but these errors were encountered: