[Remoterengine-commits] r95 - pkg
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Sep 7 12:45:03 CEST 2009
Author: romain
Date: 2009-09-07 12:45:02 +0200 (Mon, 07 Sep 2009)
New Revision: 95
Modified:
pkg/TODO
Log:
updated TODO
Modified: pkg/TODO
===================================================================
--- pkg/TODO 2009-09-07 10:44:21 UTC (rev 94)
+++ pkg/TODO 2009-09-07 10:45:02 UTC (rev 95)
@@ -1,17 +1 @@
-we probably need to set up a wiki page somewhere to discuss these details instead of this TODO file
-
-callbacks:
- I (RF) have created class RemoteRMainLoopCallbacks for this purpose,
-
- there are basically two types of callbacks:
- - ones called when R needs to inform the clients,
- about its state (rBusy, ...), which are going to be easy to do I guess.
-
- - two (rReadConsole, rChooseFile) that need information back from the clients, which are
- going to be slightly more tricky. They probably require to set up some sort of background thread
- that waits until the client has made the response available
-
-graphics:
- ...
-
More information about the Remoterengine-commits
mailing list