Skip to content
#

multiprocess

Here are 42 public repositories matching this topic...

ningacoding
ningacoding commented Feb 19, 2016

there is documentation or functionallity about how to use TrayPreferences with an external App?

something like:

public class AppPreferencesManager extends TrayPreferencesConnector {
    // setting up access:
    // like uri of Tray ContentProvider
}

so we can use

AppPreferencesManager  appPref;
appPref.put(key,value);
storedValue = appPref.get(key,value);

from **any app ou

dewoller
dewoller commented Dec 11, 2019

create_cluster no longer exists in the code base. It is in the documentation.

devtools::install_github("hadley/multidplyr")
#> Skipping install of 'multidplyr' from a github remote, the SHA1 (ac69341e) has not changed since last install.
#>   Use `force = TRUE` to force installation
library(multidplyr)
create_cluster(2)
#> Error in create_cluster(2): could not find function "cr

Improve this page

Add a description, image, and links to the multiprocess topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multiprocess topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.