Learn R Programming

nanonext (version 0.9.2)

nng_fini: Terminate NNG

Description

nng_fini is used to terminate the library, freeing certain global resources. This call is unnecessary for most cases, other than debugging. It should only be called at the end of a session. It must not be called concurrently with any other library function - it is not reentrant or threadsafe.

Usage

nng_fini()

Arguments

Value

Invisible NULL.