Skip to Content

liburing v2.6

Created
Updated

Linux-native io_uring I/O access library

# Usage

The package liburing can be imported via CMake FindPkgConfig module:

find_package(PkgConfig)
pkg_check_modules(liburing REQUIRED IMPORTED_TARGET GLOBAL liburing>=2.0)

target_link_libraries(main PRIVATE PkgConfig::liburing) 

# License

# Supported Platforms

linux

  • linux
  • osx
  • uwp
  • windows

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Park DongHa's avatar Park DongHa
  • Billy O'Neal's avatar Billy O'Neal
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • Kai Pastor's avatar Kai Pastor
  • Lily Wang's avatar Lily Wang
  • JonLiu1993's avatar JonLiu1993
  • Dennis's avatar Dennis
  • Osyotr's avatar Osyotr
  • Jia Yue Hua's avatar Jia Yue Hua
  • Christian Mazakas's avatar Christian Mazakas
  • c8ef's avatar c8ef

# Changelog

# Source