mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-10 17:47:19 +00:00
fix compile
This commit is contained in:
parent
98878a3023
commit
873fcfdeb1
@ -11,7 +11,7 @@ public class SocketController {
|
|||||||
/// A handler that will be notified when a new read/write handle is available.
|
/// A handler that will be notified when a new read/write handle is available.
|
||||||
/// False if no data could be read
|
/// False if no data could be read
|
||||||
public var handler: ((FileHandleReader, FileHandleWriter) -> Bool)?
|
public var handler: ((FileHandleReader, FileHandleWriter) -> Bool)?
|
||||||
d)?
|
|
||||||
|
|
||||||
/// Initializes a socket controller with a specified path.
|
/// Initializes a socket controller with a specified path.
|
||||||
/// - Parameter path: The path to use as a socket.
|
/// - Parameter path: The path to use as a socket.
|
||||||
|
Loading…
Reference in New Issue
Block a user