Close epoller on task stop

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-09-20 11:18:04 -04:00
parent 781ce658c8
commit 7030a4add0
3 changed files with 10 additions and 0 deletions

View File

@@ -52,6 +52,10 @@ func (p *unixPlatform) shutdownConsole(ctx context.Context, cons console.Console
return nil
}
func (p *unixPlatform) close() error {
return nil
}
func (s *Service) initPlatform() error {
s.platform = &unixPlatform{}
return nil