mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
11 lines
177 B
C#
11 lines
177 B
C#
using System.Threading.Tasks;
|
|
|
|
namespace Netch.Utils
|
|
{
|
|
public static class TplExtensions
|
|
{
|
|
public static void Forget(this Task? task)
|
|
{
|
|
}
|
|
}
|
|
} |