Refactoring
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
unit Myc.TaskManager;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
System.SysUtils,
|
||||
Myc.Signals;
|
||||
|
||||
type
|
||||
IMycTaskManager = interface
|
||||
function CreateTask( const Gate: IMycState; const Proc: TProc ): TMycSubscription;
|
||||
end;
|
||||
|
||||
var
|
||||
TaskManager: IMycTaskManager;
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
Reference in New Issue
Block a user