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 (72 forks)batch import
good first issue

Repository metrics

Stars
 (2,049 stars)
PR merge metrics
 (No merged PRs in 30d)

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