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