mirror of
https://github.com/netchx/netch.git
synced 2026-03-20 18:19:44 +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)
|
|
{
|
|
}
|
|
}
|
|
} |