Add init methods for each op module (#3087)

This commit is contained in:
Ryan Dahl 2019-10-11 11:41:54 -07:00 committed by GitHub
parent 04ed8d0531
commit 97d8498d46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 292 additions and 361 deletions

View file

@ -12,10 +12,8 @@ pub mod fetch;
pub mod files;
pub mod fs;
pub mod io;
pub mod metrics;
pub mod net;
pub mod os;
pub mod performance;
pub mod permissions;
pub mod process;
pub mod random;