Next: , Previous: Callbacks, Up: Top


12 Finalizers

Although object “finalization” is orthogonal to FFI, it often is a useful feature to have when implementing wrapper objects, for example. Therefore, CFFI provides a portable API for registering and canceling finalizers.

Dictionary