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 2a47d63ce9 - Show all commits

View file

@ -20,6 +20,7 @@ case "$1" in
(cd wiredtiger-$WT_VSN/build_posix && \
../configure --with-pic \
--enable-bzip2 --enable-snappy \
--prefix=$BASEDIR/system && \
make && make install)