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

Version 6.0: added multi thread supports #5320

Merged
merged 105 commits into from
May 9, 2024

optimize code

9d59862
Select commit
Loading
Failed to load commit list.
Merged

Version 6.0: added multi thread supports #5320

optimize code
9d59862
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed May 9, 2024 in 1s

60.44% of diff hit (target 71.58%)

View this Pull Request on Codecov

60.44% of diff hit (target 71.58%)

Annotations

Check warning on line 1081 in include/swoole_server.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

include/swoole_server.h#L1080-L1081

Added lines #L1080 - L1081 were not covered by tests

Check warning on line 448 in src/network/socket.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/network/socket.cc#L444-L448

Added lines #L444 - L448 were not covered by tests

Check warning on line 242 in src/os/async_thread.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/os/async_thread.cc#L241-L242

Added lines #L241 - L242 were not covered by tests

Check warning on line 245 in src/os/async_thread.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/os/async_thread.cc#L244-L245

Added lines #L244 - L245 were not covered by tests

Check warning on line 262 in src/os/async_thread.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/os/async_thread.cc#L261-L262

Added lines #L261 - L262 were not covered by tests

Check warning on line 267 in src/os/async_thread.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/os/async_thread.cc#L266-L267

Added lines #L266 - L267 were not covered by tests

Check warning on line 271 in src/os/async_thread.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/os/async_thread.cc#L271

Added line #L271 was not covered by tests

Check warning on line 276 in src/os/async_thread.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/os/async_thread.cc#L275-L276

Added lines #L275 - L276 were not covered by tests

Check warning on line 284 in src/os/async_thread.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/os/async_thread.cc#L284

Added line #L284 was not covered by tests

Check warning on line 295 in src/os/async_thread.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/os/async_thread.cc#L295

Added line #L295 was not covered by tests

Check warning on line 302 in src/os/async_thread.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/os/async_thread.cc#L298-L302

Added lines #L298 - L302 were not covered by tests

Check warning on line 307 in src/os/async_thread.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/os/async_thread.cc#L304-L307

Added lines #L304 - L307 were not covered by tests

Check warning on line 260 in src/os/process_pool.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/os/process_pool.cc#L260

Added line #L260 was not covered by tests

Check warning on line 822 in src/os/process_pool.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/os/process_pool.cc#L822

Added line #L822 was not covered by tests

Check warning on line 26 in src/server/base.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/server/base.cc#L25-L26

Added lines #L25 - L26 were not covered by tests

Check warning on line 30 in src/server/base.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/server/base.cc#L30

Added line #L30 was not covered by tests

Check warning on line 37 in src/server/base.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/server/base.cc#L37

Added line #L37 was not covered by tests

Check warning on line 486 in src/server/manager.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/server/manager.cc#L486

Added line #L486 was not covered by tests

Check warning on line 102 in src/server/master.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/server/master.cc#L102

Added line #L102 was not covered by tests

Check warning on line 567 in src/server/master.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/server/master.cc#L567

Added line #L567 was not covered by tests

Check warning on line 690 in src/server/master.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/server/master.cc#L690

Added line #L690 was not covered by tests

Check warning on line 692 in src/server/master.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/server/master.cc#L692

Added line #L692 was not covered by tests

Check warning on line 830 in src/server/master.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/server/master.cc#L830

Added line #L830 was not covered by tests

Check warning on line 835 in src/server/master.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/server/master.cc#L835

Added line #L835 was not covered by tests

Check warning on line 873 in src/server/master.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/server/master.cc#L872-L873

Added lines #L872 - L873 were not covered by tests