Use async nifs technique to avoid blocking the BEAM's schedulers #1

Closed
gburd wants to merge 15 commits from gsb-async-nifs into master
Showing only changes of commit c59504d229 - Show all commits

View file

@ -44,8 +44,6 @@
(type *)( (char *)__mptr - __offsetof(type,member) );}) (type *)( (char *)__mptr - __offsetof(type,member) );})
#endif #endif
#include <sys/cdefs.h>
/* /*
* This file defines four types of data structures: singly-linked lists, * This file defines four types of data structures: singly-linked lists,
* singly-linked tail queues, lists and tail queues. * singly-linked tail queues, lists and tail queues.