native handles

0.1.0

Retrieve the native handle of an operating system-backed resource of your implementation, such as streams, sockets, threads, etc.

Table of Contents

About native-handles

This library is a portability wrapper digging into the guts of implementations to retrieve the native operating system handles and pointers for objects that are backed by such, like streams, sockets, threads, shared libraries, and possibly locks and so forth.

The only entry point is native-handle which will return the native handle for an object as a pointer or integer, if possible.

Implementation Support

Currently the following implementations are supported:

  • CCL

  • ECL

  • SBCL

System Information

0.1.0
Yukari Hafner
zlib

Definition Index