rt: rust_sched_launcher does not need a join() method
This commit is contained in:
parent
e78396850d
commit
ac0381c0bb
@ -19,7 +19,6 @@ public:
|
||||
rust_sched_launcher(rust_scheduler *sched, rust_srv *srv, int id);
|
||||
|
||||
virtual void start() = 0;
|
||||
virtual void run() = 0;
|
||||
virtual void join() = 0;
|
||||
rust_sched_loop *get_loop() { return &sched_loop; }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user