Sockets, timers, resolvers, events, reactors, proactors, and thread pools for asynchronous network programming
Run the following Vcpkg command to install the port.
vcpkg install ntf-core
The package ntf-core provides the CMake targets:
# Blocking and non-blocking sockets for network programming find_package(nts CONFIG REQUIRED) target_link_libraries(main PRIVATE nts) # Asynchronous sockets, timers, event loops, and thread pools for network programming find_package(ntc CONFIG REQUIRED) target_link_libraries(main PRIVATE ntc)
v2.1.0#1
Sep 13, 2023
All
bloomberg/ntf-core72
7c4925fd59
Apache-2.0
Manifest