Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-03 | OTP-8555 Send message from NIF | Sverker Eriksson | |
New NIF features: Send messages from a NIF, or from thread created by NIF, to any local process (enif_send) Store terms between NIF calls (enif_alloc_env, enif_make_copy) Create binary terms with user defined memory management (enif_make_resource_binary) | |||
2010-04-28 | OTP-8333 Crypto using NIF's | Sverker Eriksson | |
crypto application changed to use NIFs instead of driver. |