From c066e7bb377cd26a49f4d33fb8652b3bdc8fe846 Mon Sep 17 00:00:00 2001 From: Euen Date: Fri, 21 Jul 2017 18:34:51 -0300 Subject: [PATCH] [#113] add stop_sup fuction --- src/wpool.erl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/wpool.erl b/src/wpool.erl index a215437..da3eda6 100644 --- a/src/wpool.erl +++ b/src/wpool.erl @@ -17,10 +17,6 @@ -module(wpool). -author('elbrujohalcon@inaka.net'). - - - - -define(DEFAULTS, [ {overrun_warning, infinity} , {overrun_handler, {error_logger, warning_report}} , {workers, 100}, {worker_opt, []}