Mercurial > libervia-backend
diff src/core/constants.py @ 1448:227856b13d7a
core: new tools.sat_defer module, and implementation of RTDeferredSessions:
The real-time deferred session is a class which manage session of several deferreds at once (pretty much like a DeferredList), with the ability to get intermediate results.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 15 Aug 2015 22:13:27 +0200 |
parents | 176de79c8c39 |
children | 7797dda847ae |
line wrap: on
line diff
--- a/src/core/constants.py Sat Aug 15 22:13:27 2015 +0200 +++ b/src/core/constants.py Sat Aug 15 22:13:27 2015 +0200 @@ -201,6 +201,7 @@ SAVEFILE_DATABASE = APP_NAME_FILE + ".db" IQ_SET = '/iq[@type="set"]' ENV_PREFIX = 'SAT_' # Prefix used for environment variables + IGNORE = 'ignore' ## ANSI escape sequences ##