HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file io.compute.ComputeInfo by ben
expand copy to clipboardexpand
uses data.String

/*
    {"description" : "An interface to query compute devices about their current state and their compute abilities e.g supported types and % of memory in use on device"}
*/
interface ComputeInfo {

    /* {"@description" : "Returns all the devices (by name) available to the system"} */
    String[] getDevices()

}
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n io.compute.ComputeInfo -m "reason for update" -u yourUsername
Version 1 (this version) by ben
Notes for this version: Standard Library Initialisation