Tasky works!

This commit is contained in:
Tristan B. Velloza Kildaire 2021-09-15 14:54:01 +02:00
parent ff372498cf
commit c61942f9be
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ public final class TestTask : Task
private static void TestTaskHandlerFunc(Event e)
{
import std.stdio;
writeln("Poes", e);
writeln("<<<<Tasky task diapatched>>>>", e);
}
public override Event getEvent(byte[] dataIn)