Explicitly spawn a native task for workers.

This commit is contained in:
Ms2ger 2014-07-17 11:49:11 +02:00
parent c40ad756e6
commit 9524f8daa7
2 changed files with 7 additions and 3 deletions

View file

@ -30,6 +30,7 @@ extern crate js;
extern crate libc;
extern crate native;
extern crate net;
extern crate rustrt;
extern crate serialize;
extern crate time;
#[phase(plugin)]