Skip to content

Commit f5ac31a

Browse files
committed
Fix docs
1 parent 69a7fa4 commit f5ac31a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ipcdefs/twili.id

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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
46
interface sunrise_libuser::twili::ITwiliService is twili {
57
# Recover the stdin/stdout/stderr pipes for the current process.
68
#

libuser/src/futures.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)