mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-14 19:58:24 -04:00
16 lines
446 B
C#
16 lines
446 B
C#
//HintName: Timers.Init.cs
|
|
// <auto-generated />
|
|
#nullable enable
|
|
|
|
partial class Timers
|
|
{
|
|
[System.Diagnostics.CodeAnalysis.Experimental("STDB_UNSTABLE")]
|
|
public static void VolatileNonatomicScheduleImmediateInit()
|
|
{
|
|
using var stream = new MemoryStream();
|
|
using var writer = new BinaryWriter(stream);
|
|
|
|
SpacetimeDB.Internal.IReducer.VolatileNonatomicScheduleImmediate(nameof(Init), stream);
|
|
}
|
|
} // Timers
|