mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-28 03:43:23 +00:00
Make FileIo
pollable
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
c7b3a596dd
commit
bbfc2cd12d
@ -11,7 +11,7 @@ use crate::{
|
||||
/// job control.
|
||||
///
|
||||
/// We currently support two kinds of terminal, the tty and pty.
|
||||
pub trait Terminal: Send + Sync + FileIo {
|
||||
pub trait Terminal: FileIo {
|
||||
// *************** Foreground ***************
|
||||
|
||||
/// Returns the foreground process group
|
||||
|
Reference in New Issue
Block a user