-
- Downloads
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().
Showing
- indra/llcommon/llcoros.cpp 5 additions, 5 deletionsindra/llcommon/llcoros.cpp
- indra/llcommon/llcoros.h 20 additions, 15 deletionsindra/llcommon/llcoros.h
- indra/llcommon/lleventcoro.cpp 102 additions, 17 deletionsindra/llcommon/lleventcoro.cpp
- indra/llcommon/lleventcoro.h 26 additions, 96 deletionsindra/llcommon/lleventcoro.h
- indra/llcommon/tests/lleventcoro_test.cpp 3 additions, 2 deletionsindra/llcommon/tests/lleventcoro_test.cpp
- indra/llmessage/llcorehttputil.cpp 5 additions, 5 deletionsindra/llmessage/llcorehttputil.cpp
- indra/newview/llcoproceduremanager.cpp 1 addition, 1 deletionindra/newview/llcoproceduremanager.cpp
- indra/newview/lleventpoll.cpp 1 addition, 1 deletionindra/newview/lleventpoll.cpp
- indra/viewer_components/login/lllogin.cpp 3 additions, 3 deletionsindra/viewer_components/login/lllogin.cpp
Loading
Please register or sign in to comment