pub struct CodexAppServerExecutor { /* private fields */ }Expand description
codex app-server implementation of the Codex executor mode.
Implementations§
Trait Implementations§
Source§impl ChildExecutor for CodexAppServerExecutor
impl ChildExecutor for CodexAppServerExecutor
fn run<'life0, 'async_trait>(
&'life0 self,
spec: RunSpec,
events: EventSink,
steer: SteerInbox,
cancel: CancellationToken,
) -> Pin<Box<dyn Future<Output = ChildOutcome> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl !Freeze for CodexAppServerExecutor
impl !RefUnwindSafe for CodexAppServerExecutor
impl !UnwindSafe for CodexAppServerExecutor
impl Send for CodexAppServerExecutor
impl Sync for CodexAppServerExecutor
impl Unpin for CodexAppServerExecutor
impl UnsafeUnpin for CodexAppServerExecutor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more