- 
                Notifications
    
You must be signed in to change notification settings  - Fork 691
 
Open
Description
static NSMutableDictionary *JLRGlobal_routeControllersMap = nil;
- 
(void)unregisterRouteScheme:(NSString *)scheme
{
[JLRGlobal_routeControllersMap removeObjectForKey:scheme];
} - 
(void)unregisterAllRouteSchemes
{
[JLRGlobal_routeControllersMap removeAllObjects];
} 
Multithreaded is not safe.
You can refer to
Metadata
Metadata
Assignees
Labels
No labels