File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# The Twili Service is responsible for providing the stdin/stdout/stderr pipes
2- # to the various subprocesses. It is freely taken from the [twili] switch
3- # process.
2+ # to the various subprocesses. It is freely inspired by the [twili] switch
3+ # sysmodule.
4+ #
5+ # [twili]: https://github.com/misson20000/twili
46interface sunrise_libuser::twili::ITwiliService is twili {
57 # Recover the stdin/stdout/stderr pipes for the current process.
68 #
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ static CURRENT_TASK: Cell<Option<generational_arena::Index>> = Cell::new(None);
5252
5353/// A WorkQueue represents a handle to a [WaitableManager] on which you can spawn
5454/// new Futures with [WorkQueue::spawn()] or put the current future to sleep until
55- /// a handle is signaled through [WorkQueue::wait_for ()].
55+ /// a handle is signaled through [HandleRef::wait_async ()].
5656///
5757/// This handle may be cloned - it will still point to the same [WaitableManager].
5858/// It may be shared with other threads, sent to other event loops, etc... in order
You can’t perform that action at this time.
0 commit comments