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 9f89fcc670 - Show all commits

View file

@ -556,6 +556,7 @@ ASYNC_NIF_DECL(
memcpy(bin, raw_value.data, raw_value.size);
cursor->close(cursor);
ASYNC_NIF_REPLY(enif_make_tuple2(env, ATOM_OK, value));
return;
}
}
cursor->close(cursor);