Skip to content

Commit

Permalink
some operations can also be resumed
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 1, 2016
1 parent 6b8d424 commit 9903682
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Server.pm
Expand Up @@ -323,7 +323,7 @@ Get port this server is listening on.
$server->start;
Start accepting connections.
Start or resume accepting connections.
=head2 stop
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Stream.pm
Expand Up @@ -276,7 +276,7 @@ Construct a new L<Mojo::IOLoop::Stream> object.
$stream->start;
Start watching for new data on the stream.
Start or resume watching for new data on the stream.
=head2 steal_handle
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Server/Daemon.pm
Expand Up @@ -460,7 +460,7 @@ Run server and wait for L</"SIGNALS">.
$daemon = $daemon->start;
Start accepting connections through L</"ioloop">.
Start or resume accepting connections through L</"ioloop">.
# Listen on random port
my $id = $daemon->listen(['http://127.0.0.1'])->start->acceptors->[0];
Expand Down

0 comments on commit 9903682

Please sign in to comment.