rochacbruno/py2rs

Communicating between threads is not equivalent

Open

#25 opened on Feb 2, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)CSS (2,049 stars) (72 forks)batch import
good first issue

Description

There’s extra output in the Rust example, and I believe the Rust example is creating a thread whereas the python example is not (although it could be implicit as I’m not familiar with Queue)

Contributor guide