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 start() method to the SocketReactor #4833

Open
vrabac6 opened this issue Dec 30, 2024 · 0 comments · May be fixed by #4835
Open

Add start() method to the SocketReactor #4833

vrabac6 opened this issue Dec 30, 2024 · 0 comments · May be fixed by #4835
Assignees

Comments

@vrabac6
Copy link
Contributor

vrabac6 commented Dec 30, 2024

add start() declaration to:

void start();
		/// Starts the SocketReactor.

add start() definition to:

void SocketReactor::start()
{
	_stop.exchange(false);
}
@vrabac6 vrabac6 added this to 1.14 Dec 30, 2024
@vrabac6 vrabac6 moved this to Todo in 1.14 Dec 30, 2024
@pavledragisic pavledragisic changed the title Add start() method for manually running the thread Add start() method to the SocketReactor Jan 2, 2025
vrabac6 added a commit that referenced this issue Jan 2, 2025
@vrabac6 vrabac6 linked a pull request Jan 2, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

1 participant