[][src]Function heim::host::users

pub async fn users() -> Result<impl Stream<Item = Result<User, Error>>, Error>
This is supported on feature="host" only.

Returns a stream over User sessions currently connected to the system.

Compatibility

For musl target environment this stream always will be empty, see #141.