diff options
| author | Mirta <mirta@twine-s.com> | 2020-09-21 15:13:14 +0300 |
|---|---|---|
| committer | Mirta <mirta@twine-s.com> | 2020-09-21 15:13:14 +0300 |
| commit | 2faf5e3e5183ab717e28209cd62959d94cd7a073 (patch) | |
| tree | 62ea2539061dbae5798b18c890cca34e51c580a4 /Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading/IThreadLoadingService.cs | |
| parent | ed9b9c308adeec50bea3eb838de2de3f79c06b0a (diff) | |
| parent | 6c3ff609e371b103183d01b84567ad6b7b70ef4a (diff) | |
| download | Tango-2faf5e3e5183ab717e28209cd62959d94cd7a073.tar.gz Tango-2faf5e3e5183ab717e28209cd62959d94cd7a073.zip | |
Fixed Gradient Bug
Better alloc management
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading/IThreadLoadingService.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading/IThreadLoadingService.cs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading/IThreadLoadingService.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading/IThreadLoadingService.cs new file mode 100644 index 000000000..ac878ed07 --- /dev/null +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading/IThreadLoadingService.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Tango.PPC.Common.ThreadLoading +{ + public interface IThreadLoadingService + { + void StartThreadLoading(); + } +} |
