Skip to content

Commit

Permalink
Asyncify scheduler::main and rerun::main
Browse files Browse the repository at this point in the history
Differential Revision: D67405534

fbshipit-source-id: 6facb368d890998ec5c323e1e7a3ee8249444e34
  • Loading branch information
rjbailey authored and facebook-github-bot committed Dec 20, 2024
1 parent 16367c4 commit bfa8c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supertd/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub fn main(fb: FacebookInit) -> ExitCode {
#[cfg(fbcode_build)]
Args::Ranker(args) => run_as_sync(ranker::main(args)),
#[cfg(fbcode_build)]
Args::Rerun(args) => rerun::main(fb, args),
Args::Rerun(args) => run_as_sync(rerun::main(fb, args)),
#[cfg(fbcode_build)]
Args::Scheduler(args) => run_as_sync(scheduler::main(fb, args)),
Args::Targets(args) => targets::main(args),
Expand Down

0 comments on commit bfa8c65

Please sign in to comment.