IntelliJ IDEA is now on Bluesky. We’re here to share coding tips, provide updates, and stay connected with you.
📢 Follow us, tag your dev friends, and help spread the word!
IntelliJ IDEA is now on Bluesky. We’re here to share coding tips, provide updates, and stay connected with you.
📢 Follow us, tag your dev friends, and help spread the word!
“Let me add this function, hit run, and…”
> @inlineable func run(block: () -> Void)
5 minutes later…
> @MainActor @preconcurrency @discardableResult @inlineable func(block: @MainActor @nonisolated(any) @escaping @autoclosure block: () -> Void)