Structs§
- Source
Future - Represents a
Futurearound aglib::Source. The future will be resolved once the source has provided a value - Source
Stream - Represents a
Streamaround aglib::Source. The stream will be provide all values that are provided by the source
Functions§
- child_
watch_ future - Create a
Futurethat will resolve once the child process with the given pid exits - child_
watch_ future_ with_ priority - Create a
Futurethat will resolve once the child process with the given pid exits - interval_
stream - Create a
Streamthat will provide a value every given number of milliseconds. - interval_
stream_ seconds - Create a
Streamthat will provide a value every given number of seconds. - interval_
stream_ seconds_ with_ priority - Create a
Streamthat will provide a value every given number of seconds. - interval_
stream_ with_ priority - Create a
Streamthat will provide a value every given number of milliseconds. - timeout_
future - Create a
Futurethat will resolve after the given number of milliseconds. - timeout_
future_ seconds - Create a
Futurethat will resolve after the given number of seconds. - timeout_
future_ seconds_ with_ priority - Create a
Futurethat will resolve after the given number of seconds. - timeout_
future_ with_ priority - Create a
Futurethat will resolve after the given number of milliseconds. - unix_
signal_ future - Create a
Futurethat will resolve once the given UNIX signal is raised - unix_
signal_ future_ with_ priority - Create a
Futurethat will resolve once the given UNIX signal is raised - unix_
signal_ stream - Create a
Streamthat will provide a value whenever the given UNIX signal is raised - unix_
signal_ stream_ with_ priority - Create a
Streamthat will provide a value whenever the given UNIX signal is raised