cyplo / social_network

Social Network programming excercise
GNU Affero General Public License v3.0
0 stars 0 forks source link

Use async I/O in the feature tests #14

Open cyplo opened 8 years ago

cyplo commented 8 years ago

Right now there is a separate thread for checking the output pipe (messages coming from the program to the test). It would be best if we could remove the threading as it complicates the code. Not super trivial as we cannot use epoll directly, because we need Windows support.