move signal into its own module

This commit is contained in:
Niko Matsakis 2018-10-19 05:59:19 -04:00
parent e6f1f6b7fb
commit e348c21528
3 changed files with 42 additions and 40 deletions

View file

@ -3,4 +3,5 @@ mod setup;
mod cancellation;
mod independent;
mod race;
mod signal;
mod true_parallel;