Unified implementation utilities for Windows/Linux/Posix, uses posix for fallback.
  • C++ 47.2%
  • C 47%
  • CMake 5.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dalmurii 81c9820e86 add: fd.hh
add: emscripten probing

 Changes to be committed:
	- modified:   CMakeLists.txt
	- modified:   impl/src/ftx/pthread.c
	- new file:   inc/ae2f/Sys/fd.hh
	- new file:   inc/ae2f/Sys/probe/emscripten.h
2026-09-11 15:53:10 +09:00
cfg mass refactour 2026-06-20 01:19:39 +09:00
examples DRAFT: nmplex implementation trial [epoll] 2026-03-13 15:52:46 +09:00
impl add: fd.hh 2026-09-11 15:53:10 +09:00
inc/ae2f/Sys add: fd.hh 2026-09-11 15:53:10 +09:00
test fix: linux::file 2026-08-03 00:15:24 +09:00
.gitignore MASSREFACTOUR: separated the module so each module has separated dependencies. 2026-03-04 16:30:36 +09:00
CMakeLists.txt add: fd.hh 2026-09-11 15:53:10 +09:00
LICENSE UPDATE: LICENSE 2026-03-04 21:06:20 +09:00
README.md draft 2026-03-10 03:03:29 +09:00

             ____   __    ____            
   __ _  ___|___ \ / _| _/ ___| _   _ ___ 
  / _` |/ _ \ __) | |(_|_)___ \| | | / __|
 | (_| |  __// __/|  _| _ ___) | |_| \__ \
  \__,_|\___|_____|_|(_|_)____/ \__, |___/
                                |___/

Series of submodules about OS call.
Supported variations can be seen in probe.h.

Dependencies

  • cmake >= 3.10
  • C >= 90