Skip to content

Commit

Permalink
move export of Event from Base back to Threads (#32043)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson authored May 16, 2019
1 parent 24e0259 commit 7819368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Distributed.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ using Base: Process, Semaphore, JLOptions, AnyDict, buffer_writes, wait_connecte
VERSION_STRING, binding_module, atexit, julia_exename,
julia_cmd, AsyncGenerator, acquire, release, invokelatest,
shell_escape_posixly, uv_error, something, notnothing, isbuffered
using Base.Threads: Event

using Serialization, Sockets
import Serialization: serialize, deserialize
Expand Down

0 comments on commit 7819368

Please sign in to comment.