<div dir="ltr">I'm not sure to understand what can I expect from the return of enif_schedule_nif. The doc says:<br><br>    Be aware that enif_schedule_nif, as its name implies, only schedules the NIF for future execution. The calling NIF does not block waiting for the scheduled NIF to execute and return, which means that the calling NIF can't expect to receive the scheduled NIF return value and use it for further operations.<br><br>So should I handle to return the data asynchronously to the calling process using enf_send? In that case what is the return of the function?<br><div><span><span style="color:rgb(0,0,0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:medium"><br></span></span></div>- benoit</div>