Write docs for subscriptions and reorganize a bit
This commit is contained in:
parent
293314405f
commit
d6c3da21f7
12 changed files with 224 additions and 122 deletions
|
|
@ -34,8 +34,8 @@ impl<T> Command<T> {
|
|||
}
|
||||
}
|
||||
|
||||
/// Creates a [`Command`] that performs the actions of all the givens
|
||||
/// futures.
|
||||
/// Creates a [`Command`] that performs the actions of all the given
|
||||
/// commands.
|
||||
///
|
||||
/// Once this command is run, all the futures will be exectued at once.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue