1. Home
  2. Browse
  3. ntf-core

ntf-core

v2.1.0#0Go to latest

Sockets, timers, resolvers, events, reactors, proactors, and thread pools for asynchronous network programming

Install

Run the following Vcpkg command to install the port.

vcpkg install ntf-core

Usage

The package ntf-core provides the CMake targets:

# Blocking and non-blocking sockets for network programming
find_package(nts REQUIRED)
target_link_libraries(main PRIVATE nts)
# Asynchronous sockets, timers, event loops, and thread pools for network programming
find_package(ntc REQUIRED)
target_link_libraries(main PRIVATE ntc)

Dependencies

See source

Version

v2.1.0#0

Publication

Supports

All

GitHub

bloomberg/ntf-core84

Subtree

3f6e8e9c09

License

Apache-2.0

Definition

Manifest