qb
2.0.0.0
C++17 Actor Framework
|
Asynchronous TCP server implementation for the QB IO library. More...
Go to the source code of this file.
Classes | |
class | qb::io::async::tcp::server< _Derived, _Session, _Prot > |
Asynchronous TCP server implementation. More... |
Asynchronous TCP server implementation for the QB IO library.
This file defines the server template class which provides a complete implementation of an asynchronous TCP server. It combines the TCP acceptor for handling incoming connections with the IO handler for managing client sessions.
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.