Skip to content

Commit

Permalink
Accessor for server EVBs
Browse files Browse the repository at this point in the history
Summary: As in title

Reviewed By: sharmafb

Differential Revision: D70410709

fbshipit-source-id: b8864e70458756c7e046448e8d50f15ba152604e
  • Loading branch information
afrind authored and facebook-github-bot committed Feb 28, 2025
1 parent 11b663f commit cc48a3d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ class HQServer {
// NOTE: can block until the server has started
const folly::SocketAddress getAddress() const;

std::vector<folly::EventBase*> getWorkerEvbs() const noexcept {
return server_->getWorkerEvbs();
}

// Stops both the QUIC transport AND the HTTP server handling loop
void stop();

Expand Down

0 comments on commit cc48a3d

Please sign in to comment.