All data that passed from parent process to child process (and vice versa) are now packed as a JSON format. So you can pass a number, string, boolean, array, and object directly without using pack() and unpack()
Function pack() and unpack() are now deprecated, and will be removed on the future release
1.0.2
All yielded data from the child process are now guaranteed to be catched by parent process