Go to file
Nat Goodspeed f90023fc0b MAINT-5357: Introduce and populate llcoro:: namespace.
To date, the coroutine helper functions in lleventcoro.h have been in the
global namespace. Migrate them into llcoro namespace, and fix references.
Specifically, LLVoidListener => llcoro::VoidListener, and voidlistener(),
postAndWait(), both waitForEventOn(), postAndWait2(), errorException() and
errorLog() have been moved into llcoro.
Also migrate new LLCoros::get_self() and Suspending to llcoro:: namespace.
While at it, I realized that -- having converted several lleventcoro.h
functions from templates (for arbitrary 'self' parameter type) to ordinary
functions, having moved them from lleventcoro.h to lleventcoro.cpp, we can now
migrate their helpers from lleventcoro.h to lleventcoro.cpp as well. This
eliminates the need for the LLEventDetail namespace; the relevant helpers are
now in an anonymous namespace in the .cpp file: listenerNameForCoro(),
storeToLLSDPath(), WaitForEventOnHelper and wfeoh().
2015-07-02 17:00:32 -04:00
debian merge 2013-03-11 15:17:13 -04:00
doc STORM-2113 - uri parsing cleanup and fixes 2015-04-11 15:23:06 -06:00
etc Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
indra MAINT-5357: Introduce and populate llcoro:: namespace. 2015-07-02 17:00:32 -04:00
scripts merge changes for 3.7.29-release 2015-06-08 16:33:02 -04:00
.hgignore merge changes for 3.7.29-release 2015-06-08 16:33:02 -04:00
.hgtags correct version number merge 2015-06-30 14:33:24 -04:00
BuildParams Merge 2015-07-01 08:47:50 -07:00
autobuild.xml MAINT-5169 Update CURL library versions. 2015-05-08 11:51:27 -07:00
build.sh Ensure AUTOBUILD is in native_path form for non-cygwin tools. 2015-01-22 14:43:08 -05:00