This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
Properly moved Synchronization class to Async namespace
4.0.0-beta
Anairkoen Schno
4 years ago
parent
a1d6acbf23
commit
5eafe351b3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
IPA.Loader/Utilities/Async/Synchronization.cs
+ 1
- 1
IPA.Loader/Utilities/Async/Synchronization.cs
View File
@ -8,7 +8,7 @@ using System.Threading.Tasks;
using
Net3_Proxy
;
#endif
namespace
IPA.Utilities
namespace
IPA.Utilities
.Async
{
/// <summary>
/// Utilities for inter-thread synchronization. All Locker method acquire their object immediately,
Write
Preview
Loading…
Cancel
Save