Skip to content

Instantly share code, notes, and snippets.

View DWVoid's full-sized avatar

刘予顺 DWVoid

  • Shanghai,China
View GitHub Profile
@2A5F
2A5F / FutureWaker.cs
Last active October 16, 2023 05:56
Rust future to c# ffi
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using JetBrains.Annotations;
using LibSugar;
using Serilog;
internal static unsafe class FutureWaker
{