Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
StarryEyes
Albireo
Threading
SerialTaskWorker
C# Class StarryEyes.Albireo.Threading.SerialTaskWorker
Inheritance:
IDisposable
ファイルを表示
Open project: karno/StarryEyes
Class Usage Examples
Public Methods
Method
Description
Dispose
( ) :
void
Queue
(
System.Action
action
) :
void
Queue
(
Func
task
) :
void
SerialTaskWorker
( ) :
System
Private Methods
Method
Description
Worker
( ) :
void
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
Queue()
public
method
public
Queue
(
System.Action
action
) :
void
action
System.Action
return
void
Queue()
public
method
public
Queue
(
Func
task
) :
void
task
Func
return
void
SerialTaskWorker()
public
method
public
SerialTaskWorker
( ) :
System
return
System