rust-lang-ua / rustcamp

Getting ready for prod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inaccuracy in the task 3_10_threads

01110000u01101110k opened this issue · comments

Summary

It seems that in the table "Multiprocessing vs Multithreading", in the row "Pickling objects", the elements are mixed up.

"Multithreading avoids pickling." in the "Multiprocessing" column.

"Multiprocessing relies on pickling objects in memory to send to other processes." in the "Multithreading" column.

fixed in #76